Browse Source

- Atmel mirrors are only of interrest for atmel

Bernhard Reutner-Fischer 18 years ago
parent
commit
496e37e5b9
1 changed files with 6 additions and 4 deletions
  1. 6 4
      target/device/Mirrors.in

+ 6 - 4
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