From bff5dce771ba5bfba5daf00507d86a862e586fc9 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 5 Nov 2010 04:20:56 +0100 Subject: [PATCH] add --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index 042b1cce7..40205f539 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -168,6 +168,7 @@ foreach my $mirror (@ARGV) { } } +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';