Commit 6871b165 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 44b170e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"