Remove upstream src. mirror
authorRISCi_ATOM <bob@bobcall.me>
Sun, 1 Sep 2019 03:01:28 +0000 (23:01 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 1 Sep 2019 03:01:28 +0000 (23:01 -0400)
scripts/download.pl

index 34fd6a6f0b6bff3d1d55aee818e24fc41c6650da..8ba0060be273de55e9a2ee0c56a3a54aaf298210 100755 (executable)
@@ -257,10 +257,7 @@ foreach my $mirror (@ARGV) {
        }
 }
 
-#push @mirrors, 'https://mirror1.openwrt.org';
-push @mirrors, 'https://sources.lede-project.org';
-push @mirrors, 'https://mirror2.openwrt.org/sources';
-push @mirrors, 'https://downloads.openwrt.org/sources';
+push @mirrors, 'https://librecmc.org/librecmc/downloads/sources/v1.5';
 
 while (!-f "$target/$filename") {
        my $mirror = shift @mirrors;