From dbe9084adb86493539f797df994f0397e05cc963 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 25 Apr 2024 14:31:59 +0200 Subject: [PATCH 1/1] mxs: switch default to 6.6 Switch the default kernel to 6.6. Signed-off-by: Zoltan HERPAI --- target/linux/mxs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index 606d19e21c..07239c0e17 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 KERNELNAME:=zImage dtbs -- 2.30.2