[Buildroot] [git commit master] mirrors: don't put atmel mirrors in seperate menu

Peter Korsgaard jacmet at sunsite.dk
Tue Oct 6 21:28:30 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=edc6a89d9d367b2926877a41654fb84c7d687b0f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Show Atmel mirrors together with the other mirrors, instead of hiding
them in yet another sub-menu.

At the same time, add an empty line before the Atmel include as noticed
by Hartley Sweeten.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 target/device/Atmel/Config.in.mirrors |    4 ----
 target/device/Config.in.mirrors       |    1 +
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/target/device/Atmel/Config.in.mirrors b/target/device/Atmel/Config.in.mirrors
index bd18200..96e1a33 100644
--- a/target/device/Atmel/Config.in.mirrors
+++ b/target/device/Atmel/Config.in.mirrors
@@ -1,5 +1,3 @@
-menu "Atmel Mirrors"
-
 config BR2_ATMEL_MIRROR
 	string "Atmel AVR32/AT91 download site"
 	default "ftp://www.at91.com/pub/buildroot/"
@@ -27,5 +25,3 @@ config BR2_AT91_PATCH_MIRROR
 	help
 	  Patches for the AT91 generated by the Linux community
 	  usually ends up here, courtesy of Andrew Victor
-
-endmenu
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors
index e0b1d07..ec82bfb 100644
--- a/target/device/Config.in.mirrors
+++ b/target/device/Config.in.mirrors
@@ -64,6 +64,7 @@ config BR2_DEBIAN_MIRROR
 
 	  Usually, just add your country code like XX here:
 	  http://ftp.XX.debian.org
+
 if BR2_TARGET_ATMEL
 source	"target/device/Atmel/Config.in.mirrors"
 endif
-- 
1.6.3.3




More information about the buildroot mailing list