commit | fa85b86f388fb037b67fa7fcc3b5502c8d0fa84a | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jan 07 01:24:12 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jan 07 01:24:12 2007 +0000 |
tree | 0d2f47866709f0a555d28166b4aeca04dfb7808c | |
parent | b05955e0a5aa5c16ef9460cf4bfed1ee589f5f64 [diff] [blame] |
add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net>
diff --git a/networking/Config.in b/networking/Config.in index b2d973f..88ccb16 100644 --- a/networking/Config.in +++ b/networking/Config.in
@@ -12,6 +12,12 @@ 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