diff mbox

busybox: enable arp applet

Message ID 1426177825-410-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 6407a0070ff6ba6626bbbf2e0271c38c88c52a83
Headers show

Commit Message

Gustavo Zacarias March 12, 2015, 4:30 p.m. UTC
It's pretty common, small and useful, specially since busybox ip doesn't
do neigh (and looking at /proc/net/arp is all fine but not very
friendly).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/busybox/busybox.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard March 12, 2015, 10:52 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > It's pretty common, small and useful, specially since busybox ip doesn't
 > do neigh (and looking at /proc/net/arp is all fine but not very
 > friendly).

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
index 20b8c1d..9d930d1 100644
--- a/package/busybox/busybox.config
+++ b/package/busybox/busybox.config
@@ -767,7 +767,7 @@  CONFIG_FEATURE_FANCY_PING=y
 # CONFIG_FEATURE_UNIX_LOCAL is not set
 # CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set
 # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set
-# CONFIG_ARP is not set
+CONFIG_ARP=y
 CONFIG_ARPING=y
 # CONFIG_BRCTL is not set
 # CONFIG_FEATURE_BRCTL_FANCY is not set