From: Pawel Dembicki Date: Thu, 14 Mar 2024 13:41:56 +0000 (+0100) Subject: kirkwood: add 6.6 kernel as testing version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c7d83d4379fb2c08f22e7a4f2852aaf9b37c3790;p=openwrt%2Fstaging%2Fnbd.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 241fc614c4..44eaf925a1 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