From 48f108d46b1c2f16fb72b3158b41828a2a5e13ec Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Tue, 5 Mar 2024 22:26:56 +0100 Subject: [PATCH] kirkwood: switch kernel version to 6.1 6.1 testing version was introduced some time ago. Kernel size issues are resolved now. Time to bump kernel version. Signed-off-by: Pawel Dembicki --- target/linux/kirkwood/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 424e699157..241fc614c4 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,8 +11,7 @@ FEATURES:=rtc usb nand squashfs ramdisk CPU_TYPE:=xscale SUBTARGETS:=generic -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2