mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +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
263 B
Makefile
11 lines
263 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7622
|
|
BOARDNAME:=MT7622
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += kmod-mt7622-firmware wpad-basic-mbedtls uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
|
endef
|