From 901b58c7ea191290e1e37ba728440e2984e1eb98 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 19 Oct 2025 00:00:00 +0200 Subject: [PATCH] patches: carry forward mbedtls to openssl replacement (0004) Replaces libustream-mbedtls with libustream-openssl throughout the tree for consistency with TIP infrastructure. Renumbered from patches/0007. Signed-off-by: John Crispin --- ...ewide-replace-libustream-mbedtls-with-openssl.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename patches/0007-treewide-replace-libustream-mbedtls-with-openssl.patch => patches-24.10/0004-treewide-replace-libustream-mbedtls-with-openssl.patch (64%) diff --git a/patches/0007-treewide-replace-libustream-mbedtls-with-openssl.patch b/patches-24.10/0004-treewide-replace-libustream-mbedtls-with-openssl.patch similarity index 64% rename from patches/0007-treewide-replace-libustream-mbedtls-with-openssl.patch rename to patches-24.10/0004-treewide-replace-libustream-mbedtls-with-openssl.patch index 3881b9b34..e556324f5 100644 --- a/patches/0007-treewide-replace-libustream-mbedtls-with-openssl.patch +++ b/patches-24.10/0004-treewide-replace-libustream-mbedtls-with-openssl.patch @@ -1,7 +1,9 @@ -From 5ae30d4b5bf67788493b96a53d343c3518b9a56b Mon Sep 17 00:00:00 2001 +From 87923c334b7ee521e1bd10e9503da468c8e931f9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Oct 2023 11:14:11 +0200 -Subject: [PATCH 07/68] treewide: replace libustream-mbedtls with -openssl +Subject: [PATCH 04/55] treewide: replace libustream-mbedtls with -openssl + +TIP uses openssl where possible. Signed-off-by: John Crispin --- @@ -9,10 +11,10 @@ Signed-off-by: John Crispin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/target.mk b/include/target.mk -index bef904ffbc..4677ef5c49 100644 +index 02ea68b15c..9b10db8d2f 100644 --- a/include/target.mk +++ b/include/target.mk -@@ -17,7 +17,7 @@ DEFAULT_PACKAGES:=\ +@@ -25,7 +25,7 @@ DEFAULT_PACKAGES:=\ fstools \ libc \ libgcc \