mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
ether-wake: remove #warning
This commit is contained in:
parent
eeafc1a057
commit
6912ea1467
1 changed files with 0 additions and 2 deletions
|
|
@ -223,8 +223,6 @@ static inline void get_dest_addr(const char *hostid, struct ether_addr *eaddr)
|
|||
#if !defined(__UCLIBC__)
|
||||
} else if (ether_hostton(hostid, eaddr) == 0) {
|
||||
bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr));
|
||||
#else
|
||||
# warning Need to implement ether_hostton() for uClibc
|
||||
#endif
|
||||
} else
|
||||
bb_show_usage();
|
||||
|
|
|
|||
Loading…
Reference in a new issue