|
@@ -114,15 +114,15 @@ menu "Commands"
|
|
|
|
|
|
config BR2_CURL
|
|
config BR2_CURL
|
|
string "Curl command"
|
|
string "Curl command"
|
|
- default "curl -q --ftp-pasv --retry 3"
|
|
|
|
|
|
+ default "curl -q --ftp-pasv --retry 3 --connect-timeout 10"
|
|
|
|
|
|
config BR2_WGET
|
|
config BR2_WGET
|
|
string "Wget command"
|
|
string "Wget command"
|
|
- default "wget -nd -t 3"
|
|
|
|
|
|
+ default "wget -nd -t 3 --connect-timeout=10"
|
|
|
|
|
|
config BR2_SVN
|
|
config BR2_SVN
|
|
string "Subversion (svn) command"
|
|
string "Subversion (svn) command"
|
|
- default "svn --non-interactive"
|
|
|
|
|
|
+ default "svn --non-interactive --config-option servers:global:http-timeout=10"
|
|
|
|
|
|
config BR2_BZR
|
|
config BR2_BZR
|
|
string "Bazaar (bzr) command"
|
|
string "Bazaar (bzr) command"
|
|
@@ -142,11 +142,11 @@ config BR2_LOCALFILES
|
|
|
|
|
|
config BR2_SCP
|
|
config BR2_SCP
|
|
string "Secure copy (scp) command"
|
|
string "Secure copy (scp) command"
|
|
- default "scp"
|
|
|
|
|
|
+ default "scp -o ConnectTimeout=10"
|
|
|
|
|
|
config BR2_SFTP
|
|
config BR2_SFTP
|
|
string "Secure file transfer (sftp) command"
|
|
string "Secure file transfer (sftp) command"
|
|
- default "sftp"
|
|
|
|
|
|
+ default "sftp -o ConnectTimeout=10"
|
|
|
|
|
|
config BR2_HG
|
|
config BR2_HG
|
|
string "Mercurial (hg) command"
|
|
string "Mercurial (hg) command"
|