| 1 |
|
| 2 |
I don't suppose upstream would accept this. |
| 3 |
|
| 4 |
--- busybox-1.4.0/networking/ether-wake.c.orig 2007-01-23 18:25:28.000000000 +0100 |
| 5 |
+++ busybox-1.4.0/networking/ether-wake.c 2007-01-23 18:25:52.000000000 +0100 |
| 6 |
@@ -224,7 +224,7 @@ |
| 7 |
} else if (ether_hostton(hostid, eaddr) == 0) { |
| 8 |
bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr)); |
| 9 |
#else |
| 10 |
-# warning Need to implement ether_hostton() for uClibc |
| 11 |
+//# warning Need to implement ether_hostton() for uClibc |
| 12 |
#endif |
| 13 |
} else |
| 14 |
bb_show_usage(); |