aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-08-18 15:18:10 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2019-08-18 15:19:22 +0000
commit0f3667864d5391c2d9ace63ccfc83ab270405cc9 (patch)
treed4bc603d76d05466bc6f31e93482007db16677d3 /scripts
parentb39ded4ab7e02cedd50810a206dadd71e1ea7fb7 (diff)
downloadupstream-0f3667864d5391c2d9ace63ccfc83ab270405cc9.tar.gz
upstream-0f3667864d5391c2d9ace63ccfc83ab270405cc9.tar.bz2
upstream-0f3667864d5391c2d9ace63ccfc83ab270405cc9.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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download.pl3
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;