From 2733831e1cdf0e37e2ba353b2dcd8f4c014c2831 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Wed, 13 Mar 2024 08:48:39 +0100 Subject: [PATCH] mpc85xx: switch to 6.1 kernel We need to prepare for 6.6. Switch to 6.1 for wider testing. Signed-off-by: Pawel Dembicki --- target/linux/mpc85xx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 7d90e1cbb3..bcbd430a65 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -11,8 +11,7 @@ CPU_TYPE:=8548 FEATURES:=squashfs ramdisk nand SUBTARGETS:=p1010 p1020 p2020 -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 KERNELNAME:=zImage -- 2.30.2