From 836add8d16998735e5db20a67b2de9181aa8a183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Sun, 7 May 2023 15:42:38 +0200 Subject: [PATCH] Remove mbedtls lib This does the same thing as with wolfssl --- targets/generic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/generic b/targets/generic index ed2b4b23..565f1728 100644 --- a/targets/generic +++ b/targets/generic @@ -97,8 +97,8 @@ packages { '-dnsmasq', '-kmod-ipt-offload', '-kmod-nft-offload', - '-libustream-wolfssl', - '-libwolfssl', + '-libustream-mbedtls20201210', + '-libmbedtls12', '-nftables', '-odhcpd-ipv6only', '-ppp',