projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7977a
)
stm32: use kernel 6.12 by default
author
Thomas Richard
<
[email protected]
>
Mon, 20 Oct 2025 12:20:22 +0000
(14:20 +0200)
committer
Nick Hainke
<
[email protected]
>
Wed, 22 Oct 2025 12:56:15 +0000
(14:56 +0200)
Switch to Linux kernel 6.12.
Signed-off-by: Thomas Richard <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20468
Signed-off-by: Nick Hainke <
[email protected]
>
target/linux/stm32/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/stm32/Makefile
b/target/linux/stm32/Makefile
index 9c4839a85b822f48387b2d4521f95934a474b669..93075e445d862ede94b915d3c31b0462f6e32837 100644
(file)
--- 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