mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
- the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET_ATMEL
This commit is contained in:
parent
885da5d67a
commit
89c4864b06
@ -290,7 +290,7 @@ config BR2_SOURCEFORGE_MIRROR
|
|||||||
http://prdownloads.sourceforge.net/index-sf.html?download
|
http://prdownloads.sourceforge.net/index-sf.html?download
|
||||||
|
|
||||||
config BR2_ATMEL_MIRROR
|
config BR2_ATMEL_MIRROR
|
||||||
depends BR2_avr32 || BR2_arm
|
depends BR2_TARGET_ATMEL && (BR2_avr32 || BR2_arm)
|
||||||
string "Atmel AVR32/AT91 download site"
|
string "Atmel AVR32/AT91 download site"
|
||||||
default "ftp://at91dist:distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
|
default "ftp://at91dist:distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
|
||||||
help
|
help
|
||||||
@ -308,7 +308,7 @@ config BR2_ATMEL_MIRROR
|
|||||||
Community AT91 Linux support is through http://maxim.org.za/AT91_26.html
|
Community AT91 Linux support is through http://maxim.org.za/AT91_26.html
|
||||||
|
|
||||||
config BR2_AT91_PATCH_MIRROR
|
config BR2_AT91_PATCH_MIRROR
|
||||||
depends BR2_arm
|
depends BR2_TARGET_ATMEL && BR2_arm
|
||||||
string "Atmel AT91 Linux Patch download site"
|
string "Atmel AT91 Linux Patch download site"
|
||||||
default "http://maxim.org.za/AT91RM9200/2.6/"
|
default "http://maxim.org.za/AT91RM9200/2.6/"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user