From df465b6513053c5f14cf26063979f4024ff56ac9 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Thu, 1 May 2025 00:39:34 +0800 Subject: [PATCH] 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 --- target/linux/ath79/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index b61d10cc6ff..8e04d7a8ec7 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