From: Pawel Dembicki Date: Thu, 14 Mar 2024 13:41:56 +0000 (+0100) Subject: kirkwood: add 6.6 kernel as testing version X-Git-Tag: v24.10.0-rc1~2357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14902%2Fhead;p=thirdparty%2Fopenwrt.git kirkwood: add 6.6 kernel as testing version This patch introduce kernel 6.6 for kirkwood target as testing version. Signed-off-by: Pawel Dembicki --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 241fc614c48..44eaf925a18 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk