summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorArnar Mar SigurĂ°sson2008-06-01 19:58:48 +0200
committerArnar Mar SigurĂ°sson2008-06-01 19:58:48 +0200
commit65063afec93970406b8529371b0519e5d2a5062d (patch)
tree1e046bf57e5775181355e272c71cd0659ef10731 /Config.in
parentbusybox: additional 1.10.2 fixes (diff)
downloadbuildroot-65063afec93970406b8529371b0519e5d2a5062d.tar.gz
buildroot-65063afec93970406b8529371b0519e5d2a5062d.tar.xz
buildroot-65063afec93970406b8529371b0519e5d2a5062d.zip
Add option to set default site to download package source from. FreeBSD ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 42682ec29..799709324 100644
--- a/Config.in
+++ b/Config.in
@@ -15,6 +15,15 @@ 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"