From 2b893123a52e9f42922d3312768f7467d190cb7e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 10:27:39 +0000 Subject: BR2_PRIMARY_SITE: move to Mirrors and Download locations menu --- Config.in | 9 --------- target/device/Config.in.mirrors | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Config.in b/Config.in index 353b3815c..ae4fdcbd0 100644 --- 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" diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors index 43318dcff..455bee108 100644 --- a/target/device/Config.in.mirrors +++ b/target/device/Config.in.mirrors @@ -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" -- cgit v1.2.3