From: Peter Korsgaard Date: Thu, 4 Nov 2010 18:16:43 +0000 (+0100) Subject: Config.in: wget: default to 3 retries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6871b16531e7d36fc02d095d31fb82b8a6b50fe0;p=buildroot.git 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 --- diff --git a/Config.in b/Config.in index b37102db9d..b5d4084525 100644 --- a/Config.in +++ b/Config.in @@ -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"