projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b5bb51
)
Seem not many people are using 'ipaddr' since it has
author
Eric Andersen
<andersen@codepoet.org>
Tue, 6 Apr 2004 16:59:43 +0000
(16:59 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 6 Apr 2004 16:59:43 +0000
(16:59 -0000)
never worked.... Most people use 'ip addr foo' I suppose.
include/applets.h
patch
|
blob
|
history
diff --git
a/include/applets.h
b/include/applets.h
index 585ea1f688b62fd2479b051c2d07e43c44d614c3..e3d5e485df2cdf642aa18615f5a820d80e19c64c 100644
(file)
--- 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_IPADDR
ESS
+#ifdef CONFIG_IPADDR
APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_IPCALC