From: Daniel Golle Date: Tue, 7 May 2024 13:10:27 +0000 (+0100) Subject: airoha: set KERNEL_TESTING_PATCHVER:=6.6 X-Git-Tag: v24.10.0-rc1~1861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15416%2Fhead;p=thirdparty%2Fopenwrt.git airoha: set KERNEL_TESTING_PATCHVER:=6.6 Lets give Linux 6.6 a try. Signed-off-by: Daniel Golle Link: https://github.com/openwrt/openwrt/pull/15416 Signed-off-by: Robert Marko --- diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 0a66ef839c9..50c871edaac 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -7,6 +7,7 @@ CPU_TYPE:=cortex-a7 FEATURES:=dt squashfs nand ramdisk gpio source-only KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk