summaryrefslogtreecommitdiff
path: root/openwrt/scripts/download.pl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-04 19:21:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-04 19:21:05 +0000
commit1e5e0f9ecabbe38b0a63e807c1e515a1d66541da (patch)
tree1684443cc4767429b5d42ff7a00e0dbbe2bef88f /openwrt/scripts/download.pl
parent5df712b33fcf318a2279a094e6916a6a9958605e (diff)
downloadmtk-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-xopenwrt/scripts/download.pl1
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) {