Merge branch 'master' of git+ssh://aldot@repo.or.cz/srv/git/buildroot
[buildroot.git] / target / device / Config.in.mirrors
blob9184c0db5fbb8fa43c3965036a8d20130524f1aa
1 menu "Mirrors and Download locations"
3 config BR2_SOURCEFORGE_MIRROR
4         string "Sourceforge mirror site"
5         default "easynews"
6         help
7           Sourceforge has a system of mirror sites.  Some sites may be
8           closer to your location, and sometimes mirror sites go down
9           and are no longer available.  This option allows you to select
10           your preferred Sourceforge mirror site.
12           The list of mirrors is available here:
13           http://prdownloads.sourceforge.net/index-sf.html?download
15 if BR2_TARGET_ATMEL
16 source  "target/device/Atmel/Config.in.mirrors"
17 endif
18 endmenu