From: RISCi_ATOM Date: Wed, 24 May 2017 16:32:55 +0000 (-0400) Subject: Remove upstrem references for pulling sources from download.pl X-Git-Tag: v1.4.1-final~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccccb87687822e65e214eb9240d90e46bb6a689f;p=librecmc%2Flibrecmc.git Remove upstrem references for pulling sources from download.pl --- diff --git a/scripts/download.pl b/scripts/download.pl index 30f9db96bf..2e507ead25 100755 --- a/scripts/download.pl +++ b/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;