18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
menu "Mirrors and Download locations"
|
|
|
|
config BR2_SOURCEFORGE_MIRROR
|
|
string "Sourceforge mirror site"
|
|
default "easynews"
|
|
help
|
|
Sourceforge has a system of mirror sites. Some sites may be closer
|
|
to your location, and sometimes mirror sites go down and are no longer
|
|
available. This option allows you to select your preferred Sourceforge
|
|
mirror site.
|
|
|
|
The list of mirrors is available here:
|
|
http://prdownloads.sourceforge.net/index-sf.html?download
|
|
|
|
source "target/device/Atmel/Mirrors.in"
|
|
|
|
endmenu
|