Browse Source

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

This was causing "recursive dependency" errors and potentially broken
configurations.
Matthias Schiffer 8 years ago
parent
commit
4a60e5a02a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/gluon-mesh-vpn-fastd/Makefile

+ 1 - 1
package/gluon-mesh-vpn-fastd/Makefile

@@ -12,7 +12,7 @@ define Package/gluon-mesh-vpn-fastd
   SECTION:=gluon
   CATEGORY:=Gluon
   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
 
 define Build/Prepare