iptables: fix dependency for libip6tc on IPV6
Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
parent
e86cdf85a7
commit
2dc1f54b12
1 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,7 @@ define Package/libiptc
|
||||||
$(call Package/iptables/Default)
|
$(call Package/iptables/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libip4tc +libip6tc +libxtables
|
DEPENDS:=+libip4tc +IPV6:libip6tc +libxtables
|
||||||
ABI_VERSION:=$(PKG_VERSION)
|
ABI_VERSION:=$(PKG_VERSION)
|
||||||
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
|
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
|
||||||
endef
|
endef
|
||||||
|
@ -512,7 +512,7 @@ $(call Package/iptables/Default)
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=IPv6 firewall - shared libiptc library
|
TITLE:=IPv6 firewall - shared libiptc library
|
||||||
ABI_VERSION:=$(PKG_VERSION)
|
ABI_VERSION:=$(PKG_VERSION)
|
||||||
DEPENDS:=+libxtables
|
DEPENDS:=@IPV6 +libxtables
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libxtables
|
define Package/libxtables
|
||||||
|
|
Loading…
Reference in a new issue