Skip to content

Commit

Permalink
contrib: replace openssl with mbedtls
Browse files Browse the repository at this point in the history
OpenWRT 23.05 is using mbedtls again
  • Loading branch information
grische committed Dec 14, 2023
1 parent 213ce17 commit 9adfc3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def render(self):

PKGS_TLS = PackageList('TLS', [
'ca-bundle',
'libustream-openssl'
'libustream-mbedtls'
])
pkglists.append(PKGS_TLS)

Expand Down
4 changes: 2 additions & 2 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9adfc3c

Please sign in to comment.