diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-08 02:59:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-08 02:59:06 +0200 |
commit | 64f2ba276cb98f43dbc4e420d48330830aec29a8 (patch) | |
tree | 7460abd1cb103d865de9a55f77985845f65a8fdb | |
parent | c97131c2af832f03e769a12b2a95e4de86c5858f (diff) | |
download | busybox-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.src | 4 |
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 | ||
1015 | config FEATURE_WGET_TIMEOUT | 1015 | config 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 |