scripts/download: add sources CDN as first mirror
authorPaul Spooren <mail@aparcar.org>
Mon, 6 Apr 2020 11:53:19 +0000 (01:53 -1000)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 4 May 2020 22:05:28 +0000 (00:05 +0200)
commit96d280cc370020e5d2ea7555119f2f2bfeb221f2
tree23e7c4651b0e5c18e44d100f9ffe40dce30fe880
parent55ccb04046ea8b339f31be1f0adc3dc46120a0cf
scripts/download: add sources CDN as first mirror

OpenWrt now has a CDN for sources at sources.cdn.openwrt.org which
mirrors sources.openwrt.org.

Downloading sources outside Europe or US (mainland) could
result in low throughput, extremely slowing down the first compilation of
the build system.

This patch adds sources.cdn.openwrt.org as the first mirror to offer
worldwide fast download speeds by default. If the CDN goes down for
whatever reason, the script jumps to the next available mirror and
downloads requested files as before (in regional varying speed).

Signed-off-by: Paul Spooren <mail@aparcar.org>
Acked-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit c737a9ee6a9c47b6e553ac81bf293b1161e59799)
scripts/download.pl