diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-06 23:28:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-06 23:28:30 +0200 |
commit | edc6a89d9d367b2926877a41654fb84c7d687b0f (patch) | |
tree | 6a2606bd1da1087b0ca50f4d5d82daeae4f045ab /target/device/Config.in.mirrors | |
parent | 15a85fce2ac08df62ec02a48e36cb8bf37aece61 (diff) |
mirrors: don't put atmel mirrors in seperate menu
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>
Diffstat (limited to 'target/device/Config.in.mirrors')
-rw-r--r-- | target/device/Config.in.mirrors | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors index e0b1d07b2..ec82bfb03 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 |