diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 10:27:48 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 10:27:48 +0000 |
commit | d58636d7658f5f5455f417b1ad81ed0dab361d56 (patch) | |
tree | e2373ce42328c86320a6b4cd84f686ead63d5ce7 /target | |
parent | 2b893123a52e9f42922d3312768f7467d190cb7e (diff) | |
download | buildroot-novena-d58636d7658f5f5455f417b1ad81ed0dab361d56.tar.gz buildroot-novena-d58636d7658f5f5455f417b1ad81ed0dab361d56.zip |
buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper
This is the long requested backup mirror support. So far only enabled
for Makefile.autotools.in, but there's no reason why we cannot use
DOWNLOAD everywhere.
Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
Diffstat (limited to 'target')
-rw-r--r-- | target/device/Config.in.mirrors | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors index 455bee108..d561b8bce 100644 --- a/target/device/Config.in.mirrors +++ b/target/device/Config.in.mirrors @@ -9,6 +9,14 @@ config BR2_PRIMARY_SITE default if the file is not found. NOTE: This only works for packages using the Makefile.autotools.in +config BR2_BACKUP_SITE + string "Backup download site" + default "http://buildroot.uclibc.org/downloads/sources/" + help + Backup site to download from. If this option is set then buildroot + will fall back to download package sources from here if the + normal location fails. + config BR2_SOURCEFORGE_MIRROR string "Sourceforge mirror site" default "easynews" |