diff options
| -rwxr-xr-x | scripts/download.pl | 3 | 
1 files changed, 1 insertions, 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) {  | 
