Make the sourceforge mirror site a config option, as sourceforge

mirrors tend to change, move, go down, etc from time to time.
This commit is contained in:
Eric Andersen
2005-06-09 12:15:00 +00:00
parent 8365078d61
commit 1d63e8a8d9
18 changed files with 26 additions and 17 deletions

View File

@@ -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"