aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2006-03-20 18:08:46 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2006-03-20 18:08:46 +0000
commit5cbf281a46eb3c66b012c70d9d59299cf0e5c958 (patch)
treecdf119d0fc4c40c700b4484bba26f6dbcd7f3958 /scripts/download.pl
parent07c87d4f14113b42acf0d4016e57ceb987eb807d (diff)
downloadmaster-187ad058-5cbf281a46eb3c66b012c70d9d59299cf0e5c958.tar.gz
master-187ad058-5cbf281a46eb3c66b012c70d9d59299cf0e5c958.tar.bz2
master-187ad058-5cbf281a46eb3c66b012c70d9d59299cf0e5c958.zip
add mirror1 again. sponsored by FH BRS, Lab for telecommunications
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3418 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-xscripts/download.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index fd55ba24df..794d8edeb8 100755
--- a/scripts/download.pl
+++ b/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) {