From: Eric Andersen Date: Tue, 6 Apr 2004 16:59:43 +0000 (-0000) Subject: Seem not many people are using 'ipaddr' since it has X-Git-Tag: 1_00_pre9~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a87ac65463a85bb41e2afb8c285e65de165d029;p=platform%2Fupstream%2Fbusybox.git Seem not many people are using 'ipaddr' since it has never worked.... Most people use 'ip addr foo' I suppose. --- diff --git a/include/applets.h b/include/applets.h index 585ea1f..e3d5e48 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