mirror of https://github.com/hak5/openwrt-owl.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 <ansuelsmth@gmail.com>owl
parent
96414cb407
commit
e80a041348
|
@ -432,7 +432,7 @@ define Package/libxtables
|
||||||
ABI_VERSION:=$(PKG_VERSION)
|
ABI_VERSION:=$(PKG_VERSION)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+IPTABLES_CONNLABEL:libnetfilter-conntrack \
|
+IPTABLES_CONNLABEL:libnetfilter-conntrack \
|
||||||
+IPTABLES_NFTABLES:libnfnetlink
|
+IPTABLES_NFTABLES:libnftnl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CPPFLAGS := \
|
TARGET_CPPFLAGS := \
|
||||||
|
|
Loading…
Reference in New Issue