summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorIvan Kuten <ivan.kuten@promwad.com>2007-12-17 13:14:29 +0000
committerIvan Kuten <ivan.kuten@promwad.com>2007-12-17 13:14:29 +0000
commit27efe55e34bf52b7bdfe1311ffb099d955883dfd (patch)
tree6aca18f1af55115cb3e274836c71d60777b18dbd /target
parentcb815ae003d40cc971d6e214415c10e9a160ba82 (diff)
downloadbuildroot-novena-27efe55e34bf52b7bdfe1311ffb099d955883dfd.tar.gz
buildroot-novena-27efe55e34bf52b7bdfe1311ffb099d955883dfd.zip
fix default GNU URL
Diffstat (limited to 'target')
-rw-r--r--target/device/Config.in.mirrors4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors
index 6dcb72b31..92ed872fa 100644
--- a/target/device/Config.in.mirrors
+++ b/target/device/Config.in.mirrors
@@ -27,7 +27,7 @@ config BR2_KERNEL_MIRROR
config BR2_GNU_MIRROR
string "GNU Software mirror"
- default "http://ftp.gnu.org"
+ default "http://ftp.gnu.org/pub/gnu"
help
GNU has multiple software mirrors scattered around the world.
The following allows you to select your preferred mirror.
@@ -35,7 +35,7 @@ config BR2_GNU_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://ftp.gnu.org/pub/gnu
http://mirror.aarnet.edu.au/pub/gnu
source "target/device/Atmel/Config.in.mirrors"