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>
9 lines
227 B
Makefile
9 lines
227 B
Makefile
BOARDNAME:=Devices with small flash
|
|
FEATURES += low_mem small_flash
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-mbedtls
|
|
|
|
define Target/Description
|
|
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
|
|
endef
|