diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-15 18:53:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-15 18:53:33 +0000 |
commit | 2e4f6093c6cd1a615fadabf054d3be0f2933234b (patch) | |
tree | f263cb1ab3f05c889f713591f4e2a50d36ec1766 /package/iptables/Makefile | |
parent | 1c6947c57b270b06324aacbfa74995c0d550a26f (diff) | |
download | upstream-2e4f6093c6cd1a615fadabf054d3be0f2933234b.tar.gz upstream-2e4f6093c6cd1a615fadabf054d3be0f2933234b.tar.bz2 upstream-2e4f6093c6cd1a615fadabf054d3be0f2933234b.zip |
Fix the ip6tables dependency (#2079)
SVN-Revision: 7978
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index e59d0a6e0c..83f6152501 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -176,6 +176,7 @@ endef define Package/ip6tables $(call Package/iptables/Default) + DEPENDS:=+kmod-ipv6 CATEGORY:=Network TITLE:=IPv6 firewall administration tool endef |