summaryrefslogtreecommitdiff
path: root/target/device/Config.in.mirrors
diff options
context:
space:
mode:
authorIvan Kuten <ivan.kuten@promwad.com>2007-12-17 12:29:06 +0000
committerIvan Kuten <ivan.kuten@promwad.com>2007-12-17 12:29:06 +0000
commitcb815ae003d40cc971d6e214415c10e9a160ba82 (patch)
treee28db367ccb94cf29d151c65f0d3c6cc81620c3f /target/device/Config.in.mirrors
parent0062430ad55647e416312110adf13acacbc45dcc (diff)
Add support for GNU and kernel.org mirrors
Diffstat (limited to 'target/device/Config.in.mirrors')
-rw-r--r--target/device/Config.in.mirrors26
1 files changed, 26 insertions, 0 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors
index 8d4b068c3..6dcb72b31 100644
--- a/target/device/Config.in.mirrors
+++ b/target/device/Config.in.mirrors
@@ -12,6 +12,32 @@ config BR2_SOURCEFORGE_MIRROR
The list of mirrors is available here:
http://prdownloads.sourceforge.net/index-sf.html?download
+config BR2_KERNEL_MIRROR
+ string "Kernel.org mirror"
+ default "http://www.kernel.org/pub/"
+ help
+ kernel.org is mirrored on a number of servers around the world.
+ The following allows you to select your preferred mirror.
+
+ Have a look on the kernel.org site for a list of mirrors, then enter
+ the URL to the base directory. Examples:
+
+ http://www.XX.kernel.org/pub (XX = country code)
+ http://mirror.aarnet.edu.au/pub/ftp.kernel.org
+
+config BR2_GNU_MIRROR
+ string "GNU Software mirror"
+ default "http://ftp.gnu.org"
+ help
+ GNU has multiple software mirrors scattered around the world.
+ The following allows you to select your preferred mirror.
+
+ Have a look on the gnu.org site for a list of mirrors, then enter
+ the URL to the base directory. Examples:
+
+ http://ftp.gnu.org/pub/gnu (XX = country code)
+ http://mirror.aarnet.edu.au/pub/gnu
+
source "target/device/Atmel/Config.in.mirrors"
endmenu