Revert "scripts/download: add sources CDN as first mirror"

This reverts commit c737a9ee6a.

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 bf96eb55c8)
This commit is contained in:
Jo-Philipp Wich 2020-08-24 15:53:17 +02:00 committed by CN_SZTL
parent 5db0dfb03a
commit 5b2eac4349
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -272,7 +272,6 @@ foreach my $mirror (@ARGV) {
}
}
push @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';