Seem not many people are using 'ipaddr' since it has

never worked....  Most people use 'ip addr foo' I suppose.
This commit is contained in:
Eric Andersen 2004-04-06 16:59:43 +00:00
parent 7b5bb51f6a
commit 0a87ac6546

View File

@ -292,7 +292,7 @@
#ifdef CONFIG_IP
APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_IPADDRESS
#ifdef CONFIG_IPADDR
APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_IPCALC