mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-19 02:02:15 -05:00
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>
25 lines
440 B
Makefile
25 lines
440 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2024 Bootlin
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
BOARD:=stm32
|
|
BOARDNAME:=STMicroelectronics STM32
|
|
FEATURES:=boot-part emmc ext4 gpio rtc usb
|
|
SUBTARGETS:=stm32mp1
|
|
CPU_TYPE:=
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += blockdev kmod-gpio-button-hotplug
|
|
|
|
define Target/Description
|
|
Build firmware image for STM32 devices
|
|
endef
|
|
|
|
$(eval $(call BuildTarget))
|