diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 19:21:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 19:21:05 +0000 |
commit | 1e5e0f9ecabbe38b0a63e807c1e515a1d66541da (patch) | |
tree | 1684443cc4767429b5d42ff7a00e0dbbe2bef88f /openwrt/scripts/download.pl | |
parent | 5df712b33fcf318a2279a094e6916a6a9958605e (diff) | |
download | mtk-20170518-1e5e0f9ecabbe38b0a63e807c1e515a1d66541da.zip mtk-20170518-1e5e0f9ecabbe38b0a63e807c1e515a1d66541da.tar.gz mtk-20170518-1e5e0f9ecabbe38b0a63e807c1e515a1d66541da.tar.bz2 |
add mirror2 to download.pl
SVN-Revision: 4445
Diffstat (limited to 'openwrt/scripts/download.pl')
-rwxr-xr-x | openwrt/scripts/download.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 40b8d21..094ec04 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -92,6 +92,7 @@ foreach my $mirror (@ARGV) { } push @mirrors, 'http://mirror1.openwrt.org/'; +push @mirrors, 'http://mirror2.openwrt.org/'; push @mirrors, 'http://downloads.openwrt.org/sources/'; while (!$ok) { |