]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: switch default kernel to 6.12
authorShiji Yang <yangshiji66@outlook.com>
Wed, 20 Aug 2025 13:09:38 +0000 (21:09 +0800)
committerNick Hainke <vincent@systemli.org>
Wed, 20 Aug 2025 21:30:49 +0000 (23:30 +0200)
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 <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19821
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/ath79/Makefile

index 8e04d7a8ec7e740779b613fc1c68d229e926bccb..1058834a75c91c3d207253b0c485cb0f7484f78b 100644 (file)
@@ -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