summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-06 09:15:20 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-06 09:15:20 +0000
commit9d8a63a125acfb95812f50a79afe0cd7d8ccc99b (patch)
treea0feba7e867a397a503215951f45e1fb9a975406 /openwrt
parentbbffc75ea1c0ae8d1c033632bdd765c42ce1b7a6 (diff)
downloadmtk-20170518-9d8a63a125acfb95812f50a79afe0cd7d8ccc99b.zip
mtk-20170518-9d8a63a125acfb95812f50a79afe0cd7d8ccc99b.tar.gz
mtk-20170518-9d8a63a125acfb95812f50a79afe0cd7d8ccc99b.tar.bz2
temporarily disabled mirrors
SVN-Revision: 2580
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/scripts/download.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl
index a59ffe6..4dc40f0 100755
--- a/openwrt/scripts/download.pl
+++ b/openwrt/scripts/download.pl
@@ -75,8 +75,8 @@ foreach my $mirror (@ARGV) {
}
}
-push @mirrors, 'http://mirror1.openwrt.org/';
-push @mirrors, 'http://mirror2.openwrt.org/';
+#push @mirrors, 'http://mirror1.openwrt.org/';
+#push @mirrors, 'http://mirror2.openwrt.org/';
push @mirrors, 'http://downloads.openwrt.org/sources/';
while (!$ok) {