openwrt/target/linux/mediatek/mt7623/target.mk
Daniel Golle fe7596192e mediatek: remove ext4 images from mt7623 build
A full read-write rootfs cannot work inside uImage.FIT as the hash
will obviously change once writing to it. Disable generating ext4
rootfs images.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-07-20 18:43:56 +01:00

19 lines
331 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
ARCH:=arm
SUBTARGET:=mt7623
BOARDNAME:=MT7623
CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
KERNELNAME:=Image dtbs zImage
FEATURES+=usb
KERNEL_PATCHVER:=5.10
DEFAULT_PACKAGES+=blockdev uboot-envtools
define Target/Description
Build firmware images for MediaTek mt7623 ARM based boards.
endef