Skip to content
Snippets Groups Projects
Unverified Commit 4a60e5a0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-vpn-fastd: add missing iptables dependency confusing Kconfig

This was causing "recursive dependency" errors and potentially broken
configurations.
parent a5c8e601
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ define Package/gluon-mesh-vpn-fastd ...@@ -12,7 +12,7 @@ define Package/gluon-mesh-vpn-fastd
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Support for connecting batman-adv meshes via fastd TITLE:=Support for connecting batman-adv meshes via fastd
DEPENDS:=+gluon-core +libgluonutil gluon-mesh-batman-adv +gluon-wan-dnsmasq +fastd +iptables-mod-extra +simple-tc DEPENDS:=+gluon-core +libgluonutil gluon-mesh-batman-adv +gluon-wan-dnsmasq +fastd +iptables +iptables-mod-extra +simple-tc
endef endef
define Build/Prepare define Build/Prepare
......
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