diff options
| author | Ansuel Smith | 2017-04-22 17:57:09 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2017-04-22 19:33:46 +0000 |
| commit | e80a0413487d957d939eb670393e73d955a77d87 (patch) | |
| tree | 9d79c0b61552dda28ccdc343da1544fa985f8671 | |
| parent | 96414cb4072050ffc45c9907a2bfa1e40f088293 (diff) | |
| download | openwrt-e80a0413487d957d939eb670393e73d955a77d87.tar.gz | |
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 <ansuelsmth@gmail.com>
| -rw-r--r-- | package/network/utils/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 := \ |