From 76533f70ec6ac651226ea5cbdffb595834467803 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Sat, 31 Aug 2019 23:01:28 -0400 Subject: [PATCH] Remove upstream src. mirror --- scripts/download.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..8ba0060be2 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -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; -- 2.25.1