summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-16 11:27:39 +0100
committerPeter Korsgaard2009-01-16 11:27:39 +0100
commit2b893123a52e9f42922d3312768f7467d190cb7e (patch)
tree55893da65b84072bdc7de11564919c87d0999c25 /Config.in
parentMakefile: update copyright (diff)
downloadbuildroot-2b893123a52e9f42922d3312768f7467d190cb7e.tar.gz
buildroot-2b893123a52e9f42922d3312768f7467d190cb7e.tar.xz
buildroot-2b893123a52e9f42922d3312768f7467d190cb7e.zip
BR2_PRIMARY_SITE: move to Mirrors and Download locations menu
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 0 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"