aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-06 16:59:43 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-06 16:59:43 +0000
commit0a87ac65463a85bb41e2afb8c285e65de165d029 (patch)
tree1051dc20b327992b757e201e06753f53c24b51be
parent7b5bb51f6a00c79626c99472ce2c0075b92e6934 (diff)
downloadbusybox-0a87ac65463a85bb41e2afb8c285e65de165d029.tar.gz
Seem not many people are using 'ipaddr' since it has
never worked.... Most people use 'ip addr foo' I suppose.
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 585ea1f68..e3d5e485d 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -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