summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang2025-04-30 16:39:34 +0000
committerDavid Bauer2025-05-24 13:42:23 +0000
commitdf465b6513053c5f14cf26063979f4024ff56ac9 (patch)
treeaeefe1feffc7fb22d2ca322bec5f078d762122be
parent2c7c0773b205a0b010ca31ae30a079a5e5c63348 (diff)
downloadopenwrt-df465b6513053c5f14cf26063979f4024ff56ac9.tar.gz
ath79: enable 6.12 testing kernel
The 6.12 testing kernel for ath79 target is ready now. Tested on AR9344 (ath79/nand) and QCA9531 (ath79/generic). Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
-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 b61d10cc6f..8e04d7a8ec 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.6
+KERNEL_TESTING_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk