diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 09:14:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 09:14:02 +0000 |
commit | 3c99a599155b970a81de26ffcea6f16940324e62 (patch) | |
tree | 03e48132d6b3d9543d7de0622743090deda0f04f /networking/Config.in | |
parent | d8760a705c66fc8eb8f918d1bd320d04146d134c (diff) | |
download | busybox-w32-3c99a599155b970a81de26ffcea6f16940324e62.tar.gz busybox-w32-3c99a599155b970a81de26ffcea6f16940324e62.tar.bz2 busybox-w32-3c99a599155b970a81de26ffcea6f16940324e62.zip |
remove obsolete FEATURE_WGET_IP6_LITERAL
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/networking/Config.in b/networking/Config.in index 88ccb16ab..3b00f03ef 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -697,13 +697,6 @@ config FEATURE_WGET_AUTHENTICATION | |||
697 | help | 697 | help |
698 | Support authenticated HTTP transfers. | 698 | Support authenticated HTTP transfers. |
699 | 699 | ||
700 | config FEATURE_WGET_IP6_LITERAL | ||
701 | bool "Enable IPv6 literal addresses" | ||
702 | default y | ||
703 | depends on WGET && FEATURE_IPV6 | ||
704 | help | ||
705 | Support IPv6 address literal notation in URLs. | ||
706 | |||
707 | config FEATURE_WGET_LONG_OPTIONS | 700 | config FEATURE_WGET_LONG_OPTIONS |
708 | bool "Enable long options" | 701 | bool "Enable long options" |
709 | default n | 702 | default n |