summaryrefslogtreecommitdiffstats
path: root/target/device/Mirrors.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-31 14:59:58 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-31 14:59:58 +0000
commit840325e17001c82cbe1538e8dcacf1467c5ac683 (patch)
treee4762c1bff9898aca5097c082796645c01ece60d /target/device/Mirrors.in
parent87111a1935be1c06879bb3accc9d3f28def4df20 (diff)
downloadbuildroot-novena-840325e17001c82cbe1538e8dcacf1467c5ac683.tar.gz
buildroot-novena-840325e17001c82cbe1538e8dcacf1467c5ac683.zip
Add support for prepatched toolchains
Diffstat (limited to 'target/device/Mirrors.in')
-rw-r--r--target/device/Mirrors.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/device/Mirrors.in b/target/device/Mirrors.in
new file mode 100644
index 000000000..477429fff
--- /dev/null
+++ b/target/device/Mirrors.in
@@ -0,0 +1,17 @@
+menu "Mirrors and Download locations"
+
+config BR2_SOURCEFORGE_MIRROR
+ string "Sourceforge mirror site"
+ default "easynews"
+ 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.
+
+ The list of mirrors is available here:
+ http://prdownloads.sourceforge.net/index-sf.html?download
+
+source "target/device/Atmel/Mirrors.in"
+
+endmenu