From: Pawel Dembicki Date: Tue, 5 Mar 2024 21:26:56 +0000 (+0100) Subject: kirkwood: switch kernel version to 6.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=48f108d46b1c2f16fb72b3158b41828a2a5e13ec;p=openwrt%2Fstaging%2Fjow.git 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 --- 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