Skip to content

Commit

Permalink
contrib: replace libustream-openssl with mbedtls
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 13, 2023
1 parent 576f9b4 commit 74f8595
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'
'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
mbedtls

EXCLUDE_TLS := \
-ca-bundle \
-libustream-openssl
-mbedtls

ifeq ($(GLUON_TARGET),ath79-generic)
GLUON_SITE_PACKAGES += $(INCLUDE_TLS)
Expand Down

0 comments on commit 74f8595

Please sign in to comment.