bump version
[buildroot.git] / target / device / Config.in.mirrors
blobb798d32d2fbd02ae061e7ef110e1ce38e2c82b80
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 config BR2_KERNEL_MIRROR
16         string "Kernel.org mirror"
17         default "http://www.kernel.org/pub/"
18         help
19           kernel.org is mirrored on a number of servers around the world.
20           The following allows you to select your preferred mirror.
22           Have a look on the kernel.org site for a list of mirrors, then
23           enter the URL to the base directory.  Examples:
25             http://www.XX.kernel.org/pub (XX = country code)
26             http://mirror.aarnet.edu.au/pub/ftp.kernel.org
28 config BR2_GNU_MIRROR
29         string "GNU Software mirror"
30         default "http://ftp.gnu.org/pub/gnu"
31         help
32           GNU has multiple software mirrors scattered around the world.
33           The following allows you to select your preferred mirror.
35           Have a look on the gnu.org site for a list of mirrors, then
36           enter the URL to the base directory.  Examples:
38             http://ftp.gnu.org/pub/gnu
39             http://mirror.aarnet.edu.au/pub/gnu
41 config BR2_DEBIAN_MIRROR
42         string "Debian Software mirror"
43         default "http://ftp.debian.org"
44         help
45           Debian has multiple software mirrors scattered around the world.
46           The following allows you to select your preferred mirror.
48           Usually, just add your country code like XX here:
49             http://ftp.XX.debian.org
53 if BR2_TARGET_ATMEL
54 source  "target/device/Atmel/Config.in.mirrors"
55 endif
56 endmenu