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 /networking | |
parent | c97131c2af832f03e769a12b2a95e4de86c5858f (diff) | |
download | busybox-64f2ba276cb98f43dbc4e420d48330830aec29a8.tar.gz |
wget: make -T support enabled by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-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 Support long options for the wget applet. config FEATURE_WGET_TIMEOUT - bool "Enable timeout options" - default n + bool "Enable read timeout option -T SEC" + default y depends on WGET help Supports network read timeout for wget, so that wget will give |