diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-12 13:30:25 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-03-12 23:52:12 +0100 |
commit | 6407a0070ff6ba6626bbbf2e0271c38c88c52a83 (patch) | |
tree | bcfe7e870375dbdc61e1f1ffbb42cfc1ecd73036 | |
parent | 848c2bdd1c59c5d0cbccc0c03b96cb57d28ba877 (diff) | |
download | buildroot-6407a0070ff6ba6626bbbf2e0271c38c88c52a83.tar.gz buildroot-6407a0070ff6ba6626bbbf2e0271c38c88c52a83.zip |
busybox: enable arp applet
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/busybox/busybox.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config index 20b8c1d87b..9d930d1d4e 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 |