aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-06 16:59:43 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-06 16:59:43 +0000
commitd4852799ddfca6bd60ee2ec30e3e525ed130c7b1 (patch)
tree1051dc20b327992b757e201e06753f53c24b51be
parent5b52271f1505cea77fab8188643364c7aee34f3f (diff)
downloadbusybox-w32-d4852799ddfca6bd60ee2ec30e3e525ed130c7b1.tar.gz
busybox-w32-d4852799ddfca6bd60ee2ec30e3e525ed130c7b1.tar.bz2
busybox-w32-d4852799ddfca6bd60ee2ec30e3e525ed130c7b1.zip
Seem not many people are using 'ipaddr' since it has
never worked.... Most people use 'ip addr foo' I suppose. git-svn-id: svn://busybox.net/trunk/busybox@8708 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
292#ifdef CONFIG_IP 292#ifdef CONFIG_IP
293 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) 293 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
294#endif 294#endif
295#ifdef CONFIG_IPADDRESS 295#ifdef CONFIG_IPADDR
296 APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER) 296 APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
297#endif 297#endif
298#ifdef CONFIG_IPCALC 298#ifdef CONFIG_IPCALC