From d4852799ddfca6bd60ee2ec30e3e525ed130c7b1 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 6 Apr 2004 16:59:43 +0000 Subject: 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 --- include/applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb