lede/target/linux/meson/Makefile
2023-10-13 13:53:09 +08:00

32 lines
570 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2006-2013 OpenWrt.org
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=meson
BOARDNAME:=Amlogic Meson family
FEATURES:=boot-part ext4 fpu legacy-sdcard squashfs usbgadget
SUBTARGETS:=meson8b
KERNEL_PATCHVER:=6.1
define Target/Description
Build firmware image for Amlogic Meson SoC devices.
Currently produces SD Card/USB disk image.
endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
e2fsprogs \
mkf2fs \
automount \
resize2fs \
partx-utils
KERNELNAME:=Image dtbs
$(eval $(call BuildTarget))