mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Linux Kernel download from ustc first
This commit is contained in:
parent
30412d10ae
commit
3f529cf848
@ -233,6 +233,7 @@ foreach my $mirror (@ARGV) {
|
|||||||
push @extra, "$extra[0]/longterm/v$1";
|
push @extra, "$extra[0]/longterm/v$1";
|
||||||
}
|
}
|
||||||
foreach my $dir (@extra) {
|
foreach my $dir (@extra) {
|
||||||
|
push @mirrors, "http://mirrors.ustc.edu.cn/kernel.org/$dir";
|
||||||
push @mirrors, "https://cdn.kernel.org/pub/$dir";
|
push @mirrors, "https://cdn.kernel.org/pub/$dir";
|
||||||
push @mirrors, "https://mirror.rackspace.com/kernel.org/$dir";
|
push @mirrors, "https://mirror.rackspace.com/kernel.org/$dir";
|
||||||
push @mirrors, "http://download.xs4all.nl/ftp.kernel.org/pub/$dir";
|
push @mirrors, "http://download.xs4all.nl/ftp.kernel.org/pub/$dir";
|
||||||
|
Loading…
Reference in New Issue
Block a user