dragino / openwrt-bb-1407

Experimental code base on Barrier Breaker 14.07

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to download kernel

Goran58 opened this issue · comments

The site ftp.all.kernel has shutdown so the barrier_breaker/scripts/download.pl need to be adjusted.

Proposed adjustment:

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";
}
commented

Thanks.