From db86a07bdf9f9902164aa033be112f8a5dba8d96 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Wed, 20 Aug 2025 21:09:38 +0800 Subject: [PATCH] ath79: switch default kernel to 6.12 We have not received any negative feedback in the past three months. It's time to switch the default kernel to 6.12. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/19821 Signed-off-by: Nick Hainke --- target/linux/ath79/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 8e04d7a8ec..1058834a75 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -8,8 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny FEATURES:=ramdisk squashfs usbgadget -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.30.2