aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-08-08 02:59:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-08 02:59:06 +0200
commit64f2ba276cb98f43dbc4e420d48330830aec29a8 (patch)
tree7460abd1cb103d865de9a55f77985845f65a8fdb
parentc97131c2af832f03e769a12b2a95e4de86c5858f (diff)
downloadbusybox-w32-64f2ba276cb98f43dbc4e420d48330830aec29a8.tar.gz
busybox-w32-64f2ba276cb98f43dbc4e420d48330830aec29a8.tar.bz2
busybox-w32-64f2ba276cb98f43dbc4e420d48330830aec29a8.zip
wget: make -T support enabled by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/Config.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.src b/networking/Config.src
index 1d9a33f2b..9fc122bf3 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -1013,8 +1013,8 @@ config FEATURE_WGET_LONG_OPTIONS
1013 Support long options for the wget applet. 1013 Support long options for the wget applet.
1014 1014
1015config FEATURE_WGET_TIMEOUT 1015config FEATURE_WGET_TIMEOUT
1016 bool "Enable timeout options" 1016 bool "Enable read timeout option -T SEC"
1017 default n 1017 default y
1018 depends on WGET 1018 depends on WGET
1019 help 1019 help
1020 Supports network read timeout for wget, so that wget will give 1020 Supports network read timeout for wget, so that wget will give