summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-17 07:54:52 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-17 07:54:52 +0000
commit496e37e5b997d93a2005dbbf7ceb29256e80b6a5 (patch)
tree20546f5c66dfcda0c8bdb5e68989028843b941ce /target
parent153ee9e24726764c9102257de3602a59766776a8 (diff)
- Atmel mirrors are only of interrest for atmel
Diffstat (limited to 'target')
-rw-r--r--target/device/Mirrors.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/target/device/Mirrors.in b/target/device/Mirrors.in
index 477429fff..cbe734630 100644
--- a/target/device/Mirrors.in
+++ b/target/device/Mirrors.in
@@ -4,14 +4,16 @@ 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.
+ 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
+if BR2_avr32
source "target/device/Atmel/Mirrors.in"
+endif
endmenu