From: Felix Fietkau Date: Thu, 12 May 2016 21:00:40 +0000 (+0200) Subject: download.pl: use http://sources.lede-project.org as download mirror X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=111285e742d075956a149dce5a817fad3de2c850;p=openwrt%2Fstaging%2Fblogic.git download.pl: use sources.lede-project.org as download mirror Signed-off-by: Felix Fietkau --- diff --git a/scripts/download.pl b/scripts/download.pl index 749c762eec37..548eb7a14f2c 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -225,6 +225,7 @@ foreach my $mirror (@ARGV) { } #push @mirrors, 'http://mirror1.openwrt.org'; +push @mirrors, 'http://sources.lede-project.org'; push @mirrors, 'http://mirror2.openwrt.org/sources'; push @mirrors, 'http://downloads.openwrt.org/sources';