mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
06c4fc6d5e
Older MT7623 ARMv7 SoC as well as new Filogic platforms come with inside-secure,safexcel-eip97 units. Enable them in DTS and select the driver kernel module by default on those platforms. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
11 lines
316 B
Makefile
11 lines
316 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=filogic
|
|
BOARDNAME:=Filogic 830 (MT7986)
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += kmod-crypto-hw-safexcel kmod-mt7915e kmod-mt7986-firmware wpad-basic-wolfssl uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek Filogic ARM based boards.
|
|
endef
|