diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-10 12:33:37 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-10 12:33:37 +0200 |
commit | 4a05e37256cb73c9d3b3d67498fe811b4fd43094 (patch) | |
tree | eb340f80456a8bf46806055830f5a6d6aa22d80b /config/global | |
parent | 490ec212173574c6253bf906a92dd2f15dd1f591 (diff) | |
download | crosstool-ng-4a05e37256cb73c9d3b3d67498fe811b4fd43094.tar.gz crosstool-ng-4a05e37256cb73c9d3b3d67498fe811b4fd43094.tar.bz2 crosstool-ng-4a05e37256cb73c9d3b3d67498fe811b4fd43094.zip |
scripts: remove references to curl
It's been a while we're not using curl anymore.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/download.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/global/download.in b/config/global/download.in index 115eefc5..377905e5 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -30,8 +30,7 @@ config CONNECT_TIMEOUT prompt "Connection timeout" default 10 help - From the curl manual: - Maximum time in seconds that you allow the connection to the server to take. + Maximum time in seconds that you allow the connection to the server to take. The scenario is as follows; - some enterprise networks have firewalls that prohibit FTP traffic, while @@ -45,9 +44,7 @@ config CONNECT_TIMEOUT 10s. If you know a firewall is blocking connections, but your network is globally fast, you can try to lower this value to jump more quickly to allowed URLs. YMMV. - Note that this value applies equally to wget if you have that installed. - - If '-1' is specified, no timeout reconfiguration options are passed to wget/curl. + If '-1' is specified, no timeout reconfiguration options are passed to wget. config ONLY_DOWNLOAD bool |