From: Rosy Song Date: Thu, 9 Aug 2018 06:47:31 +0000 (+0800) Subject: iptables: fix dependency for libip6tc on IPV6 X-Git-Tag: v19.07.0-rc1~2487 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2dc1f54b1205094e7c6036cae6275d2c326bad3e iptables: fix dependency for libip6tc on IPV6 Signed-off-by: Rosy Song --- diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 4c5a581268..2beaa7135e 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -492,7 +492,7 @@ define Package/libiptc $(call Package/iptables/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libip4tc +libip6tc +libxtables + DEPENDS:=+libip4tc +IPV6:libip6tc +libxtables ABI_VERSION:=$(PKG_VERSION) TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub) endef @@ -512,7 +512,7 @@ $(call Package/iptables/Default) CATEGORY:=Libraries TITLE:=IPv6 firewall - shared libiptc library ABI_VERSION:=$(PKG_VERSION) - DEPENDS:=+libxtables + DEPENDS:=@IPV6 +libxtables endef define Package/libxtables