From 91964fef2a1063f8a6586b1bb259ce166d0091a2 Mon Sep 17 00:00:00 2001 From: risci_atom Date: Wed, 27 Oct 2010 01:59:06 +0000 Subject: [PATCH] fixed download.pl git-svn-id: http://svn.librewrt.org/librewrt@62 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2 --- bright-ben/scripts/download.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bright-ben/scripts/download.pl b/bright-ben/scripts/download.pl index 27a461d..0bdf6c2 100755 --- a/bright-ben/scripts/download.pl +++ b/bright-ben/scripts/download.pl @@ -164,9 +164,7 @@ foreach my $mirror (@ARGV) { } } -#push @mirrors, 'http://mirror1.openwrt.org'; -push @mirrors, 'http://mirror2.openwrt.org/sources'; -push @mirrors, 'http://downloads.openwrt.org/sources'; +push @mirrors, 'http://download.librewrt.org/sources'; while (!$ok) { my $mirror = shift @mirrors; -- 2.35.1