From 111285e742d075956a149dce5a817fad3de2c850 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 12 May 2016 23:00:40 +0200 Subject: [PATCH] download.pl: use http://sources.lede-project.org as download mirror Signed-off-by: Felix Fietkau --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index 749c762eec..548eb7a14f 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'; -- 2.30.2