fix default GNU URL
authorIvan Kuten <ivan.kuten@promwad.com>
Mon, 17 Dec 2007 13:14:29 +0000 (13:14 -0000)
committerIvan Kuten <ivan.kuten@promwad.com>
Mon, 17 Dec 2007 13:14:29 +0000 (13:14 -0000)
target/device/Config.in.mirrors

index 6dcb72b31a29a4e589bac3e683d68b75a12710ea..92ed872fa2959dc00409ff56c42599647c547ba6 100644 (file)
@@ -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"