summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-09 10:06:01 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-09 10:06:01 +0000
commit9e598413750c0decba90222f29104f31b39e5837 (patch)
treeb6eeae83f81b7feb203eb5ce33a8e9c51941e9ca /networking/Config.in
parentdd3461af2f227efae7a69a67e5b8dc1f665b57b9 (diff)
downloadbusybox-w32-9e598413750c0decba90222f29104f31b39e5837.tar.gz
busybox-w32-9e598413750c0decba90222f29104f31b39e5837.tar.bz2
busybox-w32-9e598413750c0decba90222f29104f31b39e5837.zip
arping applet by Nick Fedchik
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 ecd3e570a..42dd06e50 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -11,6 +11,12 @@ config CONFIG_FEATURE_IPV6
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Please submit a patch to add help text for this item.
13 13
14config CONFIG_ARPING
15 bool "arping"
16 default n
17 help
18 Ping hosts by ARP packets
19
14config CONFIG_FTPGET 20config CONFIG_FTPGET
15 bool "ftpget" 21 bool "ftpget"
16 default n 22 default n