From 16af6535fa85de709def9e521c44e040d9512bf4 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 3 Nov 2021 22:02:42 +0100 Subject: [PATCH] ipq40xx: switch to kernel 5.10 There have been enough tests and new developments require the new kernel, so let's update it. There is a bunch of devices that do not build anymore due to kernel size limitations. These are disabled in a subsequent commit. Signed-off-by: Adrian Schmutzler --- target/linux/ipq40xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 3d397cd992..fb003243cc 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,7 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic mikrotik -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 KERNELNAME:=zImage Image dtbs -- 2.30.2