diff options
Diffstat (limited to 'config/global/download.in')
-rw-r--r-- | config/global/download.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/global/download.in b/config/global/download.in index 02954f07..d128866d 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -5,7 +5,6 @@ comment "Downloading" config FORBID_DOWNLOAD bool prompt "Forbid downloads" - default n help Normally, crosstool-NG will try to download missing tarballs (or checkout from CVS/SVN...). @@ -21,7 +20,6 @@ if ! FORBID_DOWNLOAD config FORCE_DOWNLOAD bool prompt "Force downloads" - default n help Force downloading tarballs, even if one already exists. @@ -30,7 +28,6 @@ config FORCE_DOWNLOAD config USE_MIRROR bool prompt "Use a mirror" - default n help If you have a machine on your LAN that mirrors some of the needed tarballs, you can say 'Y' here, and configure adequate values in @@ -45,7 +42,6 @@ if USE_MIRROR config PREFER_MIRROR bool prompt "Prefer the mirror" - default n help Say 'Y' here if you prefer the LAN miror over the upstream sources. @@ -94,7 +90,6 @@ config CONNECT_TIMEOUT config ONLY_DOWNLOAD bool prompt "Stop after downloading tarballs" - default n help Only download the tarballs. Exit once it done. |