From 2bdd66975260f98a39772e47744f76cf55ccdfec Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sat, 4 Apr 2020 20:41:02 +0200 Subject: [PATCH] ipq806x: switch to 5.4 kernel ipq806x has been tested for a lot and lots of people reported good results. Switch the main kernel to 5.4 following the other targets. Tested-by: Stefan Lippers-Hollmann [ipq8065, NBG6817] Signed-off-by: Ansuel Smith --- target/linux/ipq806x/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 4b479a184c..98ea35e0a6 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic -KERNEL_PATCHVER:=4.19 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 KERNELNAME:=zImage Image dtbs -- 2.30.2