diff --git a/scripts/download.pl b/scripts/download.pl index 111d03c633..4d732f8a4e 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -177,6 +177,7 @@ sub cleanup push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { + push @mirrors, "https://www.kernel.org/pub/$dir"; push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir"; push @mirrors, "http://ftp.all.kernel.org/pub/$dir"; }