]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
stm32: use kernel 6.12 by default
authorThomas Richard <thomas.richard@bootlin.com>
Mon, 20 Oct 2025 12:20:22 +0000 (14:20 +0200)
committerNick Hainke <vincent@systemli.org>
Wed, 22 Oct 2025 12:56:15 +0000 (14:56 +0200)
Switch to Linux kernel 6.12.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/20468
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/stm32/Makefile

index 9c4839a85b822f48387b2d4521f95934a474b669..93075e445d862ede94b915d3c31b0462f6e32837 100644 (file)
@@ -11,8 +11,7 @@ FEATURES:=boot-part emmc ext4 gpio rtc usb
 SUBTARGETS:=stm32mp1
 CPU_TYPE:=
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk