summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-20 18:08:46 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-20 18:08:46 +0000
commit7ede0a854cc1995c7e66947bd42f5616863c7f72 (patch)
treeaab14a72b0590e39677226096c95f436fd4f7f3c
parent00cf6ef986e8b39c4008a9cdfe3459eb86d469f6 (diff)
add mirror1 again. sponsored by FH BRS, Lab for telecommunications
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3418 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 fd55ba24d..794d8edeb 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) {