Closed ttocsr closed 7 years ago
foreach my $dir (@extra) {
push @mirrors, "https://kernel.org/pub/$dir";
push @mirrors, "ftp://kernel.org/pub/$dir";
The FTP site should be commented out, it's not valid. https://www.kernel.org/shutting-down-ftp-services.html
I missed that you can not use the generic kernel. which explains why the MD5 fails. ftp://kernel.org should still be commented out though.
4.4.8 isn't available at the path specified (http://downloads.openwrt.org/sources) in the download.pl script. (openwrt-dd/scripts/download.pl)
If grabbing 4.4.8 from kernel.org, the MD5 doesn't match that in "kernel-version.mk"