From e9220ad60bd3c23b9736fc9728d14c9680ac6ff2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 21 Jun 2010 22:20:02 +0200 Subject: 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 --- configs/integrator926_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/integrator926_defconfig') diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig index 2c1169256..067dab0e6 100644 --- a/configs/integrator926_defconfig +++ b/configs/integrator926_defconfig @@ -94,7 +94,7 @@ BR2_COPYTO="" # Mirrors and Download locations # BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://buildroot.net/downloads/sources/" +BR2_BACKUP_SITE="http://sources.buildroot.net/" BR2_SOURCEFORGE_MIRROR="switch" BR2_KERNEL_MIRROR="http://www.kernel.org/pub/" BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -- cgit v1.2.3