Skip to content

Commit

Permalink
Add https://www.kernel.org/pub to the list of mirrors.
Browse files Browse the repository at this point in the history
Recently, it was announced that kernel.org will shutdown their FTP
servers: https://kernel.org/shutting-down-ftp-services.html

In fact, the FTP server that hosts kernel sources went offline today.
That caused downloads to fail, and it has become impossible to build
the VoCore2 OpenWRT image.

This change adds the new HTTPS mirror that is here to stay.
  • Loading branch information
Paul Batonas committed Mar 2, 2017
1 parent 96d72f3 commit 6ba5f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download.pl
Expand Up @@ -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";
}
Expand Down

0 comments on commit 6ba5f7f

Please sign in to comment.