From 9adfc3ca42bfe9293c35859f5edcb466970c746d Mon Sep 17 00:00:00 2001 From: Grische Date: Wed, 13 Dec 2023 16:25:56 +0100 Subject: [PATCH] contrib: replace openssl with mbedtls OpenWRT 23.05 is using mbedtls again --- contrib/genpkglist.py | 2 +- site.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/genpkglist.py b/contrib/genpkglist.py index 78cb875c..dcbb4a5a 100755 --- a/contrib/genpkglist.py +++ b/contrib/genpkglist.py @@ -180,7 +180,7 @@ def render(self): PKGS_TLS = PackageList('TLS', [ 'ca-bundle', - 'libustream-openssl' + 'libustream-mbedtls' ]) pkglists.append(PKGS_TLS) diff --git a/site.mk b/site.mk index 075f337b..fb47929d 100644 --- a/site.mk +++ b/site.mk @@ -153,11 +153,11 @@ EXCLUDE_PCI_NET := \ INCLUDE_TLS := \ ca-bundle \ - libustream-openssl + libustream-mbedtls EXCLUDE_TLS := \ -ca-bundle \ - -libustream-openssl + -libustream-mbedtls ifeq ($(GLUON_TARGET),ath79-generic) GLUON_SITE_PACKAGES += $(INCLUDE_TLS)