summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-06-06 23:05:18 +0200
committerBernhard Reutner-Fischer2007-06-06 23:05:18 +0200
commit89c4864b06f089b761cd83adc86d0f26e1fd94b6 (patch)
tree108242e699cefbf1c5ebcbb6fdcfe7e87f3deaa9 /Config.in
parent- fix typo (diff)
downloadbuildroot-89c4864b06f089b761cd83adc86d0f26e1fd94b6.tar.gz
buildroot-89c4864b06f089b761cd83adc86d0f26e1fd94b6.tar.xz
buildroot-89c4864b06f089b761cd83adc86d0f26e1fd94b6.zip
- the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET_ATMEL
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index e921eacb4..48a187f1b 100644
--- a/Config.in
+++ b/Config.in
@@ -290,7 +290,7 @@ config BR2_SOURCEFORGE_MIRROR
http://prdownloads.sourceforge.net/index-sf.html?download
config BR2_ATMEL_MIRROR
- depends BR2_avr32 || BR2_arm
+ depends BR2_TARGET_ATMEL && (BR2_avr32 || BR2_arm)
string "Atmel AVR32/AT91 download site"
default "ftp://at91dist:distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
help
@@ -308,7 +308,7 @@ config BR2_ATMEL_MIRROR
Community AT91 Linux support is through http://maxim.org.za/AT91_26.html
config BR2_AT91_PATCH_MIRROR
- depends BR2_arm
+ depends BR2_TARGET_ATMEL && BR2_arm
string "Atmel AT91 Linux Patch download site"
default "http://maxim.org.za/AT91RM9200/2.6/"
help