openwrt/target/linux/ath79/tiny/target.mk
Rosen Penev 2630e5063d treewide: replace wpad-basic-wolfssl default
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>
2023-02-04 02:35:03 +01:00

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