summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-06-04 20:44:53 +0000
committerRobert Marko2024-06-05 07:34:06 +0000
commit690ec4414177cf73d2d577d6298c49802675130d (patch)
treed9c607ac5a80f0fc6b525ec89142ee94673e7e1d
parent6e51b363e918ae3ecc88497badc87406a6f08f1f (diff)
downloadopenwrt-690ec4414177cf73d2d577d6298c49802675130d.tar.gz
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 <robimarko@gmail.com>
-rw-r--r--target/linux/airoha/Makefile3
1 files changed, 1 insertions, 2 deletions
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