From: RISCi_ATOM Date: Mon, 13 Mar 2017 05:10:50 +0000 (-0400) Subject: add libreCMC src repository to scripts/download.pl X-Git-Tag: v1.4-core-RC1~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f83f32e99c812087f39ec1bc46fa4078da8a218;p=librecmc%2Flibrecmc.git add libreCMC src repository to scripts/download.pl --- diff --git a/scripts/download.pl b/scripts/download.pl index bcac82ad10..21b63f1256 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -266,6 +266,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';