summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Richard2025-10-20 12:20:22 +0000
committerNick Hainke2025-10-22 12:56:15 +0000
commit6529ac4a31b34a447125bee805e0845a22c6b2cd (patch)
treeb638f17b7ff8b23a47e5002a7071b9e10b59d03f
parent7e7977afb5df6977497e6c2cd3141ba7f2f3fc41 (diff)
downloadopenwrt-6529ac4a31b34a447125bee805e0845a22c6b2cd.tar.gz
stm32: use kernel 6.12 by default
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>
-rw-r--r--target/linux/stm32/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/stm32/Makefile b/target/linux/stm32/Makefile
index 9c4839a85b..93075e445d 100644
--- a/target/linux/stm32/Makefile
+++ b/target/linux/stm32/Makefile
@@ -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