Skip to content

Commit

Permalink
gluon-tls: add package (freifunk-gluon#3114)
Browse files Browse the repository at this point in the history
This package allows to easily select the correct libustream implementation
without all communities having the need to manually change their included
packages.
  • Loading branch information
grische authored Dec 26, 2023
1 parent f2b2f81 commit 683defd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package/gluon-tls/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 comments on commit 683defd

Please sign in to comment.