lede/target/linux/meson/Makefile
2023-12-02 16:08:05 +08:00

33 lines
581 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 \
losetup
KERNELNAME:=Image dtbs
$(eval $(call BuildTarget))