diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 19:16:43 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 19:16:43 +0100 |
commit | 6871b16531e7d36fc02d095d31fb82b8a6b50fe0 (patch) | |
tree | 0174e825c40bc2f31a5824490eca185cccf0edfc | |
parent | 44b170e104a6acc527fbcaee19ce63e8e51ea279 (diff) | |
download | buildroot-novena-6871b16531e7d36fc02d095d31fb82b8a6b50fe0.tar.gz buildroot-novena-6871b16531e7d36fc02d095d31fb82b8a6b50fe0.zip |
Config.in: wget: default to 3 retries
Wget's builtin default of 20 retries before the backup site is used is
pretty excessive when a server is down.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ menu "Commands" config BR2_WGET string "Wget command" - default "wget --passive-ftp -nd" + default "wget --passive-ftp -nd -t 3" config BR2_SVN string "Subversion (svn) command" |