Przeglądaj źródła

iptables: fix wrong depends for nftables support (FS#707)

The dep for the nftables support was wrong, if someone actually enable
that option gain a compilation error. This fix this problem.

Signed-off-by: Ansuel Smith <[email protected]>
Ansuel Smith 8 lat temu
rodzic
commit
e80a041348
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/network/utils/iptables/Makefile

+ 1 - 1
package/network/utils/iptables/Makefile

@@ -432,7 +432,7 @@ define Package/libxtables
  ABI_VERSION:=$(PKG_VERSION)
  DEPENDS:= \
 	+IPTABLES_CONNLABEL:libnetfilter-conntrack \
-	+IPTABLES_NFTABLES:libnfnetlink
+	+IPTABLES_NFTABLES:libnftnl
 endef
 
 TARGET_CPPFLAGS := \