gluon/package/gluon-mesh-vpn-core/Makefile
David Bauer d656d38c7c mesh-vpn-core: require legacy iptables
Require legacy iptables, as Gluon still depends on firewall3. Otherwise,
nftables is pulled in as a dependency.
2022-05-06 20:55:57 +02:00

14 lines
357 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-vpn-core
include ../gluon.mk
define Package/gluon-mesh-vpn-core
TITLE:=Basic support for connecting meshes via VPN tunnels
DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables-legacy +iptables-mod-extra +simple-tc
USERID:=:gluon-mesh-vpn=800
endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-core))