From fbf6f9da0206c2a54314989db0ae595742a167df Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 7 May 2024 14:10:27 +0100 Subject: [PATCH] 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 --- target/linux/airoha/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2