mirror of https://github.com/mirror/busybox.git
Seem not many people are using 'ipaddr' since it has
never worked.... Most people use 'ip addr foo' I suppose.1_00_stable_10817
parent
7b5bb51f6a
commit
0a87ac6546
|
@ -292,7 +292,7 @@
|
||||||
#ifdef CONFIG_IP
|
#ifdef CONFIG_IP
|
||||||
APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_IPADDRESS
|
#ifdef CONFIG_IPADDR
|
||||||
APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_IPCALC
|
#ifdef CONFIG_IPCALC
|
||||||
|
|
Loading…
Reference in New Issue