summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2024-03-16 08:39:16 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2024-05-09 23:53:02 +0200
commiteb48dae81e59d2f2efed3b66b83ff488e1af7187 (patch)
treee9215dcee955e62d4cb8f41f05d5db505fb105dd /target
parent26390b536165205d10d0583b8b52c33c225433c4 (diff)
downloadopenwrt-eb48dae81e59d2f2efed3b66b83ff488e1af7187.tar.gz
openwrt-eb48dae81e59d2f2efed3b66b83ff488e1af7187.tar.bz2
openwrt-eb48dae81e59d2f2efed3b66b83ff488e1af7187.zip
ath79: enable 6.6 testing kernel
The ath79 target now supports the vanilla 6.6 kernel. Enjoy it! Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index 3ef4b32c72..821b096772 100644
--- a/target/linux/ath79/Makefile
+++ b/target/linux/ath79/Makefile
@@ -9,6 +9,7 @@ SUBTARGETS:=generic mikrotik nand tiny
FEATURES:=ramdisk squashfs usbgadget
KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk