diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 12:39:42 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 12:39:42 +0100 |
commit | 754060b02ea503ac81ccde351cf62ef85094c47d (patch) | |
tree | f20a4db34ab47ac8b2f0f0b8614f5b7420c1d912 | |
parent | f50cca2bc9adc42c2bc4898dce25c3c55515cf83 (diff) | |
download | crosstool-ng-754060b02ea503ac81ccde351cf62ef85094c47d.tar.gz crosstool-ng-754060b02ea503ac81ccde351cf62ef85094c47d.tar.bz2 crosstool-ng-754060b02ea503ac81ccde351cf62ef85094c47d.zip |
config: rename mirror prompt, update help entry
The mirror is not necessarily on the /LAN/.
-rw-r--r-- | config/global/download.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/global/download.in b/config/global/download.in index e91bd98e..2f42ba59 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -29,16 +29,13 @@ config FORCE_DOWNLOAD menuconfig USE_MIRROR bool - prompt "Use LAN mirror" + 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 the following options. - Tarballs will be be preferably fetched from the LAN mirror, and if - not found there, standard places will be searched for. - Obviously, nothing prevents you from using a mirror that is in fact *not* on your LAN, for example on another subnet of your company's network, or a mirror on the Internet. |