diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 10:27:39 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 10:27:39 +0000 |
commit | 2b893123a52e9f42922d3312768f7467d190cb7e (patch) | |
tree | 55893da65b84072bdc7de11564919c87d0999c25 /target/device | |
parent | 2671be4d64952635c6076b64f3eb56169d88bc2e (diff) | |
download | buildroot-novena-2b893123a52e9f42922d3312768f7467d190cb7e.tar.gz buildroot-novena-2b893123a52e9f42922d3312768f7467d190cb7e.zip |
BR2_PRIMARY_SITE: move to Mirrors and Download locations menu
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Config.in.mirrors | 9 |
1 files changed, 9 insertions, 0 deletions
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" |