Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-07 04:24:12 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-07 04:24:12 +0300
commitfa85b86f388fb037b67fa7fcc3b5502c8d0fa84a (patch)
tree0d2f47866709f0a555d28166b4aeca04dfb7808c /networking/Config.in
parentb05955e0a5aa5c16ef9460cf4bfed1ee589f5f64 (diff)
add arp applet - thanks to
"Eric Spakman" <E.Spakman@inter.nl.net>
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index b2d973f0c..88ccb16ab 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -12,6 +12,12 @@ config FEATURE_IPV6
Enable IPv6 support in busybox.
This adds IPv6 support in the networking applets.
+config ARP
+ bool "arp"
+ default n
+ help
+ Manipulate the system ARP cache
+
config ARPING
bool "arping"
default n