mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 01:59:02 +00:00
2630e5063d
The newly merged mbedtls backend is smaller and has fewer ABI related issues than the wolfSSL one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
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-mbedtls uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek Filogic ARM based boards.
|
|
endef
|