ramips: use kernel 6.12 by default
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Sun, 6 Jul 2025 12:37:27 +0000 (14:37 +0200)
committerNick Hainke <vincent@systemli.org>
Mon, 7 Jul 2025 18:30:26 +0000 (20:30 +0200)
Switch to Linux kernel version 6.12.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/19320
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/ramips/Makefile

index 03aa8879c1908bab53daacc669713448457345d4..02597e13af98be7309ec0353f0e99fbac341fbdc 100644 (file)
@@ -10,8 +10,7 @@ BOARDNAME:=MediaTek Ralink MIPS
 SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
 FEATURES:=squashfs gpio
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 define Target/Description
        Build firmware images for Ralink RT288x/RT3xxx based boards.