From: Robert Marko Date: Tue, 4 Jun 2024 20:44:53 +0000 (+0200) Subject: airoha: default to kernel 6.6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=690ec4414177cf73d2d577d6298c49802675130d;p=openwrt%2Fstaging%2Fthess.git airoha: default to kernel 6.6 Move airoha do kernel 6.6 as the default. Link: https://github.com/openwrt/openwrt/pull/15630 Signed-off-by: Robert Marko --- diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 50c871edaa..99ce7443ec 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -6,8 +6,7 @@ BOARDNAME:=Airoha ARM CPU_TYPE:=cortex-a7 FEATURES:=dt squashfs nand ramdisk gpio source-only -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk