diff -r ac3e215141a1 -r d1a8c2ae7946 config/global/download.in --- a/config/global/download.in Tue Nov 16 10:00:27 2010 +0100 +++ b/config/global/download.in Tue May 31 16:27:39 2011 +0200 @@ -5,7 +5,6 @@ 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 @@ config FORCE_DOWNLOAD bool prompt "Force downloads" - default n help Force downloading tarballs, even if one already exists. @@ -30,7 +28,6 @@ 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 @@ 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 ONLY_DOWNLOAD bool prompt "Stop after downloading tarballs" - default n help Only download the tarballs. Exit once it done.