From 29b53e375a8adfd56f792efc289152ae570319ee Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 19 Apr 2021 00:15:44 +0800 Subject: [PATCH] scripts/download.pl: add aliyun(cn) mirror Signed-off-by: Tianling Shen --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index 515196f7a1..05f115b308 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -281,6 +281,7 @@ foreach my $mirror (@ARGV) { } unshift @mirrors, "https://mirror01.download.immortalwrt.eu.org/openwrt-18.06"; +unshift @mirrors, "https://mirror02.download.immortalwrt.eu.org/openwrt-18.06"; push @mirrors, "https://openwrt.cc/dl/immortalwrt/openwrt-18.06"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org';