]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
stm32: enable 6.12 testing kernel
authorThomas Richard <thomas.richard@bootlin.com>
Mon, 5 May 2025 08:30:35 +0000 (10:30 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 21 Jun 2025 12:28:42 +0000 (14:28 +0200)
The stm32 target now supports 6.12 kernel as testing.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/18740
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/stm32/Makefile

index 3020d0b2b8e5b70730def40c19791c8fe40e7c8f..9c4839a85b822f48387b2d4521f95934a474b669 100644 (file)
@@ -12,6 +12,7 @@ SUBTARGETS:=stm32mp1
 CPU_TYPE:=
 
 KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk