aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-08-24 15:53:17 +0200
committerJo-Philipp Wich <jo@mein.io>2020-08-24 15:55:14 +0200
commitbf96eb55c82191701030b68810e6f19adbb91eeb (patch)
tree7552600edc9dd225869f4c7d017b8471024c21b6 /scripts/download.pl
parentcc501ab021b6db0df1601895ddcb2c8b4d4146fa (diff)
downloadupstream-bf96eb55c82191701030b68810e6f19adbb91eeb.tar.gz
upstream-bf96eb55c82191701030b68810e6f19adbb91eeb.tar.bz2
upstream-bf96eb55c82191701030b68810e6f19adbb91eeb.zip
Revert "scripts/download: add sources CDN as first mirror"
This reverts commit c737a9ee6a9c47b6e553ac81bf293b1161e59799. The source CDN has been discontinued in its current form and will take a while to be reestablished. Even then it makes little sense to put a CDN before other CDNs such as kernel.org, apache.org, sourceforge etc. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-xscripts/download.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index 1d3ff02c5b..dd49255367 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -258,7 +258,6 @@ foreach my $mirror (@ARGV) {
}
}
-unshift @mirrors, 'https://sources.cdn.openwrt.org';
#push @mirrors, 'https://mirror1.openwrt.org';
push @mirrors, 'https://sources.openwrt.org';
push @mirrors, 'https://mirror2.openwrt.org/sources';