summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-20 18:08:46 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-20 18:08:46 +0000
commitc87fe1b9140b410c4727799c201e5a541bb8a954 (patch)
tree05d54c5580eca55479fbcef5d21cae349c2efbbf
parente0038593361f322c3c4722de77d47c2f3cba3453 (diff)
downloadmtk-20170518-c87fe1b9140b410c4727799c201e5a541bb8a954.zip
mtk-20170518-c87fe1b9140b410c4727799c201e5a541bb8a954.tar.gz
mtk-20170518-c87fe1b9140b410c4727799c201e5a541bb8a954.tar.bz2
add mirror1 again. sponsored by FH BRS, Lab for telecommunications
SVN-Revision: 3418
-rwxr-xr-xopenwrt/scripts/download.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl
index fd55ba2..794d8ed 100755
--- a/openwrt/scripts/download.pl
+++ b/openwrt/scripts/download.pl
@@ -84,8 +84,7 @@ 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://downloads.openwrt.org/sources/';
while (!$ok) {