mirrors: don't put atmel mirrors in seperate menu
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Oct 2009 21:28:30 +0000 (23:28 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Oct 2009 21:28:30 +0000 (23:28 +0200)
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@sunsite.dk>
target/device/Atmel/Config.in.mirrors
target/device/Config.in.mirrors

index bd182000abf991fbacd0acd255ac08f057ce954a..96e1a33fb855494e5e89037c9f7e8cd28538ac5f 100644 (file)
@@ -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
index e0b1d07b2291df23931dece74eaa93930df7507a..ec82bfb03ed9c2b8a9fe36c3dedeaac0c640a867 100644 (file)
@@ -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