Fix the ip6tables dependency (#2079)

SVN-Revision: 7978
lede-17.01
Florian Fainelli 2007-07-15 18:53:33 +00:00
parent 1c6947c57b
commit 2e4f6093c6
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ endef
define Package/ip6tables
$(call Package/iptables/Default)
DEPENDS:=+kmod-ipv6
CATEGORY:=Network
TITLE:=IPv6 firewall administration tool
endef