BR2_PRIMARY_SITE: move to Mirrors and Download locations menu
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Jan 2009 10:27:39 +0000 (10:27 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Jan 2009 10:27:39 +0000 (10:27 -0000)
Config.in
target/device/Config.in.mirrors

index 353b3815cb065390a118e47b533249fca948c1aa..ae4fdcbd0445d5e8c4702ee88958043ad9092102 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -15,15 +15,6 @@ source "target/device/Config.in"
 
 menu "Build options"
 
-config BR2_PRIMARY_SITE
-       string "Primary download site"
-       default ""
-       help
-         Primary site to download from. If this option is set then buildroot
-         will try to download package source first from this site and try the
-         default if the file is not found.
-         NOTE: This only works for packages using the Makefile.autotools.in
-
 config BR2_WGET
        string "Wget command"
        default "wget --passive-ftp -nd"
index 43318dcff6ef45953ba3afa147b6950c1e1bcc49..455bee108098b81c8e840f2e0c1614324f4927d3 100644 (file)
@@ -1,5 +1,14 @@
 menu "Mirrors and Download locations"
 
+config BR2_PRIMARY_SITE
+       string "Primary download site"
+       default ""
+       help
+         Primary site to download from. If this option is set then buildroot
+         will try to download package source first from this site and try the
+         default if the file is not found.
+         NOTE: This only works for packages using the Makefile.autotools.in
+
 config BR2_SOURCEFORGE_MIRROR
        string "Sourceforge mirror site"
        default "easynews"