From: Pawel Dembicki Date: Wed, 24 Jul 2024 08:20:56 +0000 (+0200) Subject: kirkwood: switch to kernel 6.6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=732e0f31fb2d115f92b246180c86158e1240c1d0;p=openwrt%2Fstaging%2Fblocktrron.git kirkwood: switch to kernel 6.6 Let's switch to kernel 6.6 for wide tests. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/15998 Signed-off-by: Robert Marko --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 44eaf925a1..2010f9a812 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:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk