diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-21 22:20:02 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-21 23:02:31 +0200 |
commit | e9220ad60bd3c23b9736fc9728d14c9680ac6ff2 (patch) | |
tree | 08db1a37a5006cce443f66e3ff62ac849e92ee86 /target | |
parent | bec3480a4403d8b666e7b04348306b49202ffac5 (diff) | |
download | buildroot-novena-e9220ad60bd3c23b9736fc9728d14c9680ac6ff2.tar.gz buildroot-novena-e9220ad60bd3c23b9736fc9728d14c9680ac6ff2.zip |
Config.in.mirrors: Use sources.buildroot.net as default backup site
The buildroot/busybox/uClibc VM is running low on disk space, and we've
been asked to move the source mirrors off-site.
A redirect has been setup between the old buildroot.net/downloads/sources/
and sources.buildroot.net, so old .configs continue to work, but we might
as well use the official one now.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target')
-rw-r--r-- | target/device/Config.in.mirrors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors index ec82bfb03..1af982d2b 100644 --- a/target/device/Config.in.mirrors +++ b/target/device/Config.in.mirrors @@ -11,7 +11,7 @@ config BR2_PRIMARY_SITE config BR2_BACKUP_SITE string "Backup download site" - default "http://buildroot.net/downloads/sources/" + default "http://sources.buildroot.net/" help Backup site to download from. If this option is set then buildroot will fall back to download package sources from here if the |