config/global/download.in
changeset 2484 d1a8c2ae7946
parent 2203 ac3e215141a1
child 2564 5d4e91c0343e
     1.1 --- a/config/global/download.in	Tue Nov 16 10:00:27 2010 +0100
     1.2 +++ b/config/global/download.in	Tue May 31 16:27:39 2011 +0200
     1.3 @@ -5,7 +5,6 @@
     1.4  config FORBID_DOWNLOAD
     1.5      bool
     1.6      prompt "Forbid downloads"
     1.7 -    default n
     1.8      help
     1.9        Normally, crosstool-NG will try to download missing tarballs (or
    1.10        checkout from CVS/SVN...).
    1.11 @@ -21,7 +20,6 @@
    1.12  config FORCE_DOWNLOAD
    1.13      bool
    1.14      prompt "Force downloads"
    1.15 -    default n
    1.16      help
    1.17        Force downloading tarballs, even if one already exists.
    1.18        
    1.19 @@ -30,7 +28,6 @@
    1.20  config USE_MIRROR
    1.21      bool
    1.22      prompt "Use a mirror"
    1.23 -    default n
    1.24      help
    1.25        If you have a machine on your LAN that mirrors some of the needed
    1.26        tarballs, you can say 'Y' here, and configure adequate values in
    1.27 @@ -45,7 +42,6 @@
    1.28  config PREFER_MIRROR
    1.29      bool
    1.30      prompt "Prefer the mirror"
    1.31 -    default n
    1.32      help
    1.33        Say 'Y' here if you prefer the LAN miror over the upstream sources.
    1.34  
    1.35 @@ -94,7 +90,6 @@
    1.36  config ONLY_DOWNLOAD
    1.37      bool
    1.38      prompt "Stop after downloading tarballs"
    1.39 -    default n
    1.40      help
    1.41        Only download the tarballs. Exit once it done.
    1.42