MarvellEmbeddedProcessors / openwrt-dd

GNU General Public License v2.0
12 stars 17 forks source link

kernel version issues for 17.02 #5

Closed ttocsr closed 7 years ago

ttocsr commented 7 years ago

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"

ttocsr commented 7 years ago

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

ttocsr commented 7 years ago

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.