diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-14 15:02:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-14 15:02:31 +0000 |
commit | d481486aad6189731aeb33239970288c73df7b05 (patch) | |
tree | 49610ead64653c7b8d76e230be22181beb356bda /package/network/utils | |
parent | 29cd45f752dc3097d1f8ee0dee828070964b1ee5 (diff) | |
download | upstream-d481486aad6189731aeb33239970288c73df7b05.tar.gz upstream-d481486aad6189731aeb33239970288c73df7b05.tar.bz2 upstream-d481486aad6189731aeb33239970288c73df7b05.zip |
package: fold the IPv6 menu into Network
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36634
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 4140acb77d..fb7aef9a01 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -301,7 +301,7 @@ endef define Package/ip6tables $(call Package/iptables/Default) DEPENDS:=@IPV6 +kmod-ip6tables +iptables - CATEGORY:=IPv6 + CATEGORY:=Network TITLE:=IPv6 firewall administration tool MENU:=1 endef |