From: Daniel Golle Date: Tue, 7 May 2024 13:10:27 +0000 (+0100) Subject: airoha: set KERNEL_TESTING_PATCHVER:=6.6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fbf6f9da0206c2a54314989db0ae595742a167df;p=openwrt%2Fstaging%2Fthess.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 0a66ef839c..50c871edaa 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