diff options
| author | Thomas Richard | 2025-05-05 08:30:35 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-21 12:28:42 +0000 |
| commit | b1e93ee54f8f104fbf2d28ec92b35131eff0c197 (patch) | |
| tree | fcdc0ad2d2fb60dac66a5cff4dc608db34d5d4b4 | |
| parent | db05331f380af3cf12104420dc24e023f7f36c7d (diff) | |
| download | openwrt-b1e93ee54f8f104fbf2d28ec92b35131eff0c197.tar.gz | |
stm32: enable 6.12 testing kernel
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>
| -rw-r--r-- | target/linux/stm32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/stm32/Makefile b/target/linux/stm32/Makefile index 3020d0b2b8..9c4839a85b 100644 --- a/target/linux/stm32/Makefile +++ b/target/linux/stm32/Makefile @@ -12,6 +12,7 @@ SUBTARGETS:=stm32mp1 CPU_TYPE:= KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |