diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-12-27 20:44:11 -0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-02-04 02:35:03 +0100 |
commit | 2630e5063df0240eb0d05cd6e953b2bd412e3215 (patch) | |
tree | c420021efd2ad444bf7e4f9e83675fdd43ae483e /target/linux/ath79/tiny/target.mk | |
parent | 19988b66d07f44be757c4a0e41be899dbf8c72dd (diff) | |
download | upstream-2630e5063df0240eb0d05cd6e953b2bd412e3215.tar.gz upstream-2630e5063df0240eb0d05cd6e953b2bd412e3215.tar.bz2 upstream-2630e5063df0240eb0d05cd6e953b2bd412e3215.zip |
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>
Diffstat (limited to 'target/linux/ath79/tiny/target.mk')
-rw-r--r-- | target/linux/ath79/tiny/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/tiny/target.mk b/target/linux/ath79/tiny/target.mk index 28e02f7a67..fef82fdd7f 100644 --- a/target/linux/ath79/tiny/target.mk +++ b/target/linux/ath79/tiny/target.mk @@ -1,7 +1,7 @@ BOARDNAME:=Devices with small flash FEATURES += low_mem small_flash -DEFAULT_PACKAGES += wpad-basic-wolfssl +DEFAULT_PACKAGES += wpad-basic-mbedtls define Target/Description Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash |