MarvellEmbeddedProcessors/openwrt-dd

kernel version issues for 17.02

Closed this issue · 2 comments

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"

https://github.com/MarvellEmbeddedProcessors/openwrt-dd/blob/openwrt_17.02_release/scripts/download.pl#L210

	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.