Remove upstrem references for pulling sources from download.pl
authorRISCi_ATOM <bob@bobcall.me>
Wed, 24 May 2017 16:32:55 +0000 (12:32 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Wed, 24 May 2017 16:32:55 +0000 (12:32 -0400)
scripts/download.pl

index 30f9db96bf6ceab8308894427d2b8eb590cdd769..2e507ead2543616ee36f5f8bd6f5a3c73d06e4d5 100755 (executable)
@@ -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;