diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 23:00:40 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-13 16:32:35 +0200 |
commit | 111285e742d075956a149dce5a817fad3de2c850 (patch) | |
tree | 9feaa2f92fe1baa053540c199be0425234f48be2 | |
parent | 1c61b214899355fc05627f0bbcb555e2da7a374f (diff) | |
download | upstream-111285e742d075956a149dce5a817fad3de2c850.tar.gz upstream-111285e742d075956a149dce5a817fad3de2c850.tar.bz2 upstream-111285e742d075956a149dce5a817fad3de2c850.zip |
download.pl: use http://sources.lede-project.org as download mirror
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rwxr-xr-x | scripts/download.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |