Преглед изворни кода

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

This was causing "recursive dependency" errors and potentially broken
configurations.
Matthias Schiffer пре 8 година
родитељ
комит
15886fb65b
1 измењених фајлова са 1 додато и 1 уклоњено
  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