mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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
320 B
Makefile
11 lines
320 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=filogic
|
|
BOARDNAME:=Filogic 8x0 (MT798x)
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += fitblk kmod-phy-aquantia kmod-crypto-hw-safexcel kmod-mt7915e wpad-basic-mbedtls uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek Filogic ARM based boards.
|
|
endef
|