diff options
author | Glenn L McGrath | 2003-09-10 23:52:15 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-09-10 23:52:15 +0000 |
commit | cc20ebc11e2fdca0dc08788f663d0351c053df28 (patch) | |
tree | 4048efbf81bba2140aab74fbc7e2ff593303f305 /networking/Config.in | |
parent | 1cb2622f9c583c0d4a2ac00b7eaf389f85693397 (diff) | |
download | busybox-cc20ebc11e2fdca0dc08788f663d0351c053df28.zip busybox-cc20ebc11e2fdca0dc08788f663d0351c053df28.tar.gz |
add ipv6 literal support to wget
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 2705980..534f672 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -589,6 +589,13 @@ config CONFIG_FEATURE_WGET_AUTHENTICATION help Support authenticated HTTP transfers. +config CONFIG_FEATURE_WGET_IP6_LITERAL + bool " Enable IPv6 literal addresses" + default y + depends on CONFIG_WGET + help + Support IPv6 address literal notation in URLs. + source networking/udhcp/Config.in endmenu |