Skip to content
Snippets Groups Projects
Commit 925cb358 authored by David Bauer's avatar David Bauer
Browse files

gluon-mesh-vpn: depend on simple-tc in implementation


The vpn-core package does not utilize simple-tc anymore.
This is now up to the VPN implementations.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 2a3b0f1b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ 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-zz-legacy +iptables-mod-extra +simple-tc
DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables-zz-legacy +iptables-mod-extra
USERID:=:gluon-mesh-vpn=800
endef
......
......@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-vpn-fastd
TITLE:=Support for connecting meshes via fastd
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd +simple-tc
endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd))
......@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-vpn-tunneldigger
TITLE:=Support for connecting meshes via tunneldigger/L2TPv3 pseudowire
DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger
DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger +simple-tc
endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-tunneldigger))
......@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-vpn-wireguard
TITLE:=Support for connecting meshes via wireguard
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +wireguard-tools +wgpeerselector +libubox +libubus
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +wireguard-tools +wgpeerselector +libubox +libubus +simple-tc
endef
define Package/gluon-mesh-vpn-wireguard/install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment