summaryrefslogtreecommitdiff
path: root/config/global/download.in
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
commit96245813d8e81bc4534e810e5daab639468ac20c (patch)
treed111d40ece0ed422647b70d53c99eaad44f8749e /config/global/download.in
parent8f32ebcc88e6597dc16e59789ca1f63909d28215 (diff)
kconfig: remove useless 'default n'
kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/global/download.in')
-rw-r--r--config/global/download.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/global/download.in b/config/global/download.in
index 02954f0..d128866 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.