From ccccb87687822e65e214eb9240d90e46bb6a689f Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Wed, 24 May 2017 12:32:55 -0400 Subject: [PATCH] Remove upstrem references for pulling sources from download.pl --- scripts/download.pl | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.25.1