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>
18 lines
345 B
Makefile
18 lines
345 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+=display usbgadget
|
|
DEFAULT_PACKAGES+=fitblk kmod-crypto-hw-safexcel uboot-envtools
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek mt7623 ARM based boards.
|
|
endef
|
|
|