[openwrt/openwrt] ath79: enable 6.12 testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Sat May 24 06:43:19 PDT 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/df465b6513053c5f14cf26063979f4024ff56ac9
commit df465b6513053c5f14cf26063979f4024ff56ac9
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 1 00:39:34 2025 +0800
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 at outlook.com>
---
target/linux/ath79/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list