From: Ansuel Smith Date: Sat, 22 Apr 2017 17:57:09 +0000 (+0200) Subject: iptables: fix wrong depends for nftables support (FS#707) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e80a0413487d957d939eb670393e73d955a77d87;p=librecmc%2Flibrecmc.git 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 --- diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index ae2377e578..ca8b1976aa 100644 --- a/package/network/utils/iptables/Makefile +++ b/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 := \