1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

Fix the ip6tables dependency (#2079)

SVN-Revision: 7978
This commit is contained in:
Florian Fainelli 2007-07-15 18:53:33 +00:00
parent 1c6947c57b
commit 2e4f6093c6

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