ether-wake: remove #warning
This commit is contained in:
parent
eeafc1a057
commit
6912ea1467
@ -223,8 +223,6 @@ static inline void get_dest_addr(const char *hostid, struct ether_addr *eaddr)
|
|||||||
#if !defined(__UCLIBC__)
|
#if !defined(__UCLIBC__)
|
||||||
} else if (ether_hostton(hostid, eaddr) == 0) {
|
} else if (ether_hostton(hostid, eaddr) == 0) {
|
||||||
bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr));
|
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
|
#endif
|
||||||
} else
|
} else
|
||||||
bb_show_usage();
|
bb_show_usage();
|
||||||
|
Loading…
Reference in New Issue
Block a user