From 38f947926cb9c0a5703e560df4744e0f6ecf846c Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 31 Jul 2020 23:27:33 +0800 Subject: [PATCH] scripts/download.pl: add cqu mirror for kernel downloading --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index c99fc4e32a..2901df8c67 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -246,6 +246,7 @@ foreach my $mirror (@ARGV) { push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { + push @mirrors, "https://mirrors.cqu.edu.cn/kernel/$dir"; push @mirrors, "https://mirrors.ustc.edu.cn/kernel.org/$dir"; push @mirrors, "https://cdn.kernel.org/pub/$dir"; push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";