Skip to content
Snippets Groups Projects
Unverified Commit 877ae95a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-tls: add marker file

Allow checking for TLS support at runtime or for site checks.
parent 4b3eb116
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,12 @@ include ../gluon.mk ...@@ -6,7 +6,12 @@ include ../gluon.mk
define Package/gluon-tls define Package/gluon-tls
DEPENDS:=+libustream-mbedtls +ca-bundle DEPENDS:=+libustream-mbedtls +ca-bundle
TITLE:=Dummy Package to select the current TLS implementation TITLE:=Enable TLS support
endef
define Package/gluon-tls/install
$(INSTALL_DIR) $(1)/lib/gluon/features
touch $(1)/lib/gluon/features/tls
endef endef
$(eval $(call BuildPackageGluon,gluon-tls)) $(eval $(call BuildPackageGluon,gluon-tls))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment