diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-16 10:00:27 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-16 10:00:27 +0100 |
commit | 9dbbc8e5f6edf0e1386b4ba28d96918fa64fa2b5 (patch) | |
tree | 0d6ee9d1137680932d452a63120722a89793c3be /config/global | |
parent | 25953c386f8a4ca580bbe7c09e95d18492424c1d (diff) | |
download | crosstool-ng-9dbbc8e5f6edf0e1386b4ba28d96918fa64fa2b5.tar.gz crosstool-ng-9dbbc8e5f6edf0e1386b4ba28d96918fa64fa2b5.tar.bz2 crosstool-ng-9dbbc8e5f6edf0e1386b4ba28d96918fa64fa2b5.zip |
scripts: remove aria2c as downloader, retain only curl and wget
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/download.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/global/download.in b/config/global/download.in index 153fd5e2..02954f07 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -91,21 +91,6 @@ config CONNECT_TIMEOUT Note that this value applies equally to wget if you have that installed. -config DOWNLOAD_MAX_CHUNKS - int - prompt "Maximum number of // chunks" - default 1 - range 1 10 - help - If you have aria2 installed, then it will be used to download files. - Aria2 can split the download in chunks, and download those chunks in // - which can be interesting to speed up the download. - - On the other hand, using many chunks, or even chunking in general, may - be seen by some site admins as being kind of unfair, or even as a DoS. - That's why the range of acceptable values is [1..10], and the default - is 5 (aria2's default). - config ONLY_DOWNLOAD bool prompt "Stop after downloading tarballs" |