Seem not many people are using 'ipaddr' since it has
authorEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 16:59:43 +0000 (16:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 16:59:43 +0000 (16:59 -0000)
never worked....  Most people use 'ip addr foo' I suppose.

include/applets.h

index 585ea1f..e3d5e48 100644 (file)
 #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