Skip to content
Snippets Groups Projects
Unverified Commit 683defd0 authored by Grische's avatar Grische Committed by GitHub
Browse files

gluon-tls: add package (#3114)

This package allows to easily select the correct libustream implementation
without all communities having the need to manually change their included
packages.
parent f2b2f81a
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-tls
include ../gluon.mk
define Package/gluon-tls
DEPENDS:=+libustream-mbedtls +ca-bundle
TITLE:=Dummy Package to select the current TLS implementation
endef
$(eval $(call BuildPackageGluon,gluon-tls))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment