gluon/package/gluon-web-mesh-vpn-fastd/Makefile
Jan-Niklas Burfeind 056b7a8160 does not build
2023-01-04 16:03:10 +01:00

13 lines
315 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-web-mesh-vpn-fastd
include ../gluon.mk
define Package/gluon-web-mesh-vpn-fastd
TITLE:=gluon-web module to enable and disable encryption for the mesh VPN
DEPENDS:=+gluon-web-admin +gluon-mesh-vpn-fastd
endef
$(eval $(call BuildPackageGluon,gluon-web-mesh-vpn-fastd))