diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-08-18 15:18:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:41:25 +0200 |
commit | a929c1bad028ef71477685f1d71c2ded4f737d1a (patch) | |
tree | b171265a51982f7e993981bc36777362b51d7d60 /scripts/download.pl | |
parent | 3112703077f43f269a71a0de37cbafa4ca77c49b (diff) | |
download | upstream-a929c1bad028ef71477685f1d71c2ded4f737d1a.tar.gz upstream-a929c1bad028ef71477685f1d71c2ded4f737d1a.tar.bz2 upstream-a929c1bad028ef71477685f1d71c2ded4f737d1a.zip |
download.pl: use https://source.openwrt.org
https://sources.lede-openwrt.org now redirects to there
https://downloads.openwrt.org/sources returns 404, so remove it here
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 0f3667864d5391c2d9ace63ccfc83ab270405cc9)
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-x | scripts/download.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..bd62b6b956 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -258,9 +258,8 @@ foreach my $mirror (@ARGV) { } #push @mirrors, 'https://mirror1.openwrt.org'; -push @mirrors, 'https://sources.lede-project.org'; +push @mirrors, 'https://sources.openwrt.org'; push @mirrors, 'https://mirror2.openwrt.org/sources'; -push @mirrors, 'https://downloads.openwrt.org/sources'; while (!-f "$target/$filename") { my $mirror = shift @mirrors; |