aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-14 15:02:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-14 15:02:31 +0000
commita9020a0859e7fb3f810288e9227e2ea2ff481177 (patch)
tree9ce06ab7eb4dba275dda612c454794b32909df3c /package/network/utils/iptables/Makefile
parentf0e5605316c29eb58e65fab5710b2e23f9b40a56 (diff)
downloadmaster-187ad058-a9020a0859e7fb3f810288e9227e2ea2ff481177.tar.gz
master-187ad058-a9020a0859e7fb3f810288e9227e2ea2ff481177.tar.bz2
master-187ad058-a9020a0859e7fb3f810288e9227e2ea2ff481177.zip
package: fold the IPv6 menu into Network
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36634 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r--package/network/utils/iptables/Makefile2
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