diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 22:46:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 22:46:04 +0000 |
commit | 5de9e9ce0bcc5aacb53ec45e36b3fa6b5c7ab5f6 (patch) | |
tree | 5ef5305297b2b964500873bed682f31b12d1479e /networking/Config.in | |
parent | 9adc6ced4fcab4d8a068874c55d5f563ce9e62f9 (diff) | |
download | busybox-w32-5de9e9ce0bcc5aacb53ec45e36b3fa6b5c7ab5f6.tar.gz busybox-w32-5de9e9ce0bcc5aacb53ec45e36b3fa6b5c7ab5f6.tar.bz2 busybox-w32-5de9e9ce0bcc5aacb53ec45e36b3fa6b5c7ab5f6.zip |
clean up commented out old code
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 3b00f03ef..6bb2d3b83 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -12,6 +12,14 @@ config FEATURE_IPV6 | |||
12 | Enable IPv6 support in busybox. | 12 | Enable IPv6 support in busybox. |
13 | This adds IPv6 support in the networking applets. | 13 | This adds IPv6 support in the networking applets. |
14 | 14 | ||
15 | config VERBOSE_RESOLUTION_ERRORS | ||
16 | bool "Verbose resolution errors" | ||
17 | default n | ||
18 | help | ||
19 | Enable if you are not satisfied with simplistic | ||
20 | "can't resolve 'hostname.com'" and want to know more. | ||
21 | This may increase size of your executable a bit. | ||
22 | |||
15 | config ARP | 23 | config ARP |
16 | bool "arp" | 24 | bool "arp" |
17 | default n | 25 | default n |