From 1911c67d0b7ab581da7fe6bfd526597baf4955b0 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 20 Mar 2006 18:08:46 +0000 Subject: [PATCH] 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 --- scripts/download.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/download.pl b/scripts/download.pl index fd55ba24d..794d8edeb 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) {