2015-05-02 23:47:48 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2017-02-08 21:19:24 +00:00
|
|
|
PKG_NAME:=gluon-web-mesh-vpn-fastd
|
2015-05-02 23:47:48 +00:00
|
|
|
PKG_VERSION:=1
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2015-05-02 23:47:48 +00:00
|
|
|
|
2017-02-08 21:19:24 +00:00
|
|
|
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
|
2015-05-02 23:47:48 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-web-mesh-vpn-fastd))
|