diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-08-24 15:53:17 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-08-24 15:56:27 +0200 |
commit | 350883bb90e05433d755cbe87eb7c75a7af9a535 (patch) | |
tree | 7af214d3952750d5411168b5e51bc992172b9ec3 | |
parent | d8ecaef409517c3c09381bee648e7beb35ae4329 (diff) | |
download | openwrt-350883bb90e05433d755cbe87eb7c75a7af9a535.tar.gz openwrt-350883bb90e05433d755cbe87eb7c75a7af9a535.tar.bz2 openwrt-350883bb90e05433d755cbe87eb7c75a7af9a535.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>
(cherry picked from commit bf96eb55c82191701030b68810e6f19adbb91eeb)
-rwxr-xr-x | scripts/download.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index a809c77e7a..c14a44ba68 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'; |