diff options
author | Rob Landley <rob@landley.net> | 2006-04-10 17:34:12 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-10 17:34:12 +0000 |
commit | 0ebecac02ed63271213f17905521b7fa46ec8ecf (patch) | |
tree | b1436a6a2ed58c76ce09b48968d104a56dd55729 | |
parent | ea4c53ca43337e2a607d02111f10c763f631e06a (diff) | |
download | busybox-w32-0ebecac02ed63271213f17905521b7fa46ec8ecf.tar.gz busybox-w32-0ebecac02ed63271213f17905521b7fa46ec8ecf.tar.bz2 busybox-w32-0ebecac02ed63271213f17905521b7fa46ec8ecf.zip |
Second verse, same as the first.
-rw-r--r-- | networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in index 0a57170f0..36349e90f 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -684,7 +684,7 @@ config CONFIG_FEATURE_WGET_AUTHENTICATION | |||
684 | config CONFIG_FEATURE_WGET_IP6_LITERAL | 684 | config CONFIG_FEATURE_WGET_IP6_LITERAL |
685 | bool " Enable IPv6 literal addresses" | 685 | bool " Enable IPv6 literal addresses" |
686 | default y | 686 | default y |
687 | depends on CONFIG_WGET | 687 | depends on CONFIG_WGET && CONFIG_FEATURE_IPV6 |
688 | help | 688 | help |
689 | Support IPv6 address literal notation in URLs. | 689 | Support IPv6 address literal notation in URLs. |
690 | 690 | ||