85f34990d3
If selected on a per-board base, fitblk doesn't end up in initramfs images which always only come with the subtarget's default packages. Hence fitblk needs to be included as a default package of all subtargets making use of fitblk instead of it being selected for individual boards. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
11 lines
270 B
Makefile
11 lines
270 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7622
|
|
BOARDNAME:=MT7622
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += fitblk kmod-mt7622-firmware wpad-basic-mbedtls uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
|
endef
|