summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorEric Andersen2005-06-09 14:15:00 +0200
committerEric Andersen2005-06-09 14:15:00 +0200
commit1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67 (patch)
treec082250ae967446c4962693ba678889531a0d99c /Config.in
parentroutine .config update (diff)
downloadbuildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.gz
buildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.xz
buildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.zip
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 6ead7cb3d..784341700 100644
--- a/Config.in
+++ b/Config.in
@@ -107,6 +107,15 @@ config BR2_TAR_VERBOSITY
bool "Tar verbose"
default n
+config BR2_SOURCEFORGE_MIRROR
+ string "Sourceforge mirror site"
+ default "unc"
+ help
+ Sourceforge has a system of mirror sites. Some sites may be closer
+ to your location, and sometimes mirror sites go down and are no longer
+ available. This option allows you to select your preferred Sourceforge
+ mirror site.
+
config BR2_STAGING_DIR
string "Toolchain and header file location?"
default "$(BUILD_DIR)/staging_dir"