From: Zoltan HERPAI Date: Mon, 15 Oct 2018 15:11:16 +0000 (+0200) Subject: scripts: add custom @KERNEL URL until 4.19 is in -rc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3adf7f0b8b76789e6990766aae06634f1dd89cc9;p=openwrt%2Fstaging%2Fwigyori.git scripts: add custom @KERNEL URL until 4.19 is in -rc Signed-off-by: Zoltan HERPAI --- diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..78f4d7db5c 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -233,6 +233,7 @@ foreach my $mirror (@ARGV) { push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { + push @mirrors, "http://trabant.uid0.hu/openwrt/kernel"; push @mirrors, "https://cdn.kernel.org/pub/$dir"; push @mirrors, "https://mirror.rackspace.com/kernel.org/$dir"; push @mirrors, "http://download.xs4all.nl/ftp.kernel.org/pub/$dir";