From: Rosen Penev Date: Wed, 25 Jan 2023 21:02:12 +0000 (-0800) Subject: treewide: replace libustream-wolfssl with -mbedtls X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4bcc3fd3d222bfe545beb3906da9de860fcb83bd;p=openwrt%2Fstaging%2Fldir.git treewide: replace libustream-wolfssl with -mbedtls Previous commit does the same for wpad-basic. Also matches DEFAULT_VARIANT in ustream-ssl Makefile. Signed-off-by: Rosen Penev --- diff --git a/include/target.mk b/include/target.mk index a62b1eb052..992f955344 100644 --- a/include/target.mk +++ b/include/target.mk @@ -17,7 +17,7 @@ DEFAULT_PACKAGES:=\ fstools \ libc \ libgcc \ - libustream-wolfssl \ + libustream-mbedtls \ logd \ mtd \ netifd \