diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-06 16:59:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-06 16:59:43 +0000 |
commit | 0a87ac65463a85bb41e2afb8c285e65de165d029 (patch) | |
tree | 1051dc20b327992b757e201e06753f53c24b51be | |
parent | 7b5bb51f6a00c79626c99472ce2c0075b92e6934 (diff) | |
download | busybox-w32-0a87ac65463a85bb41e2afb8c285e65de165d029.tar.gz busybox-w32-0a87ac65463a85bb41e2afb8c285e65de165d029.tar.bz2 busybox-w32-0a87ac65463a85bb41e2afb8c285e65de165d029.zip |
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.h | 2 |
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 |