Browse Source

Remove upstrem references for pulling sources from download.pl

RISCi_ATOM 7 years ago
parent
commit
ccccb87687
1 changed files with 0 additions and 4 deletions
  1. 0 4
      scripts/download.pl

+ 0 - 4
scripts/download.pl

@@ -255,11 +255,7 @@ foreach my $mirror (@ARGV) {
 	}
 }
 
-#push @mirrors, 'http://mirror1.openwrt.org';
 push @mirrors, 'https://librecmc.org/librecmc/downloads/sources/v1.4';
-push @mirrors, 'http://sources.lede-project.org';
-push @mirrors, 'http://mirror2.openwrt.org/sources';
-push @mirrors, 'http://downloads.openwrt.org/sources';
 
 while (!-f "$target/$filename") {
 	my $mirror = shift @mirrors;