From b4d34806f2dd9990106ca9a7fa07b8d9f69a621e Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 15 Dec 2010 10:09:01 +0800 Subject: [PATCH] update the qi-hardware sources mirror address Signed-off-by: Xiangfu Liu --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 9159c0dd6..4836c320d 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -162,7 +162,7 @@ foreach my $mirror (@ARGV) { } } -push @mirrors, 'http://downloads.qi-hardware.com/sources'; +push @mirrors, 'http://downloads.qi-hardware.com/software/mirror-openwrt-sources/'; #push @mirrors, 'http://mirror1.openwrt.org'; push @mirrors, 'http://mirror2.openwrt.org/sources'; push @mirrors, 'http://downloads.openwrt.org/sources';