From 2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sun, 15 Dec 2019 14:08:46 +0100 Subject: [PATCH] ipq806x: switch to 4.19 kernel version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It has been used by several people for some time already and feedback has been mostly positive. Ref: https://github.com/openwrt/openwrt/pull/2472 Tested-by: Hannu Nyman [ipq8065, R7800] Tested-by: Stefan Lippers-Hollmann [ipq8065, NBG6817] Signed-off-by: Ansuel Smith [separate commit, commit subject and description facelift] Signed-off-by: Petr Å tetiar --- target/linux/ipq806x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index bb968e75d3..24409d6719 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,7 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin SUBTARGETS:=generic -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNELNAME:=zImage Image dtbs -- 2.30.2