summaryrefslogtreecommitdiffstats
path: root/package/network/utils
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
commitd481486aad6189731aeb33239970288c73df7b05 (patch)
tree49610ead64653c7b8d76e230be22181beb356bda /package/network/utils
parent29cd45f752dc3097d1f8ee0dee828070964b1ee5 (diff)
downloadmaster-31e0f0ae-d481486aad6189731aeb33239970288c73df7b05.tar.gz
master-31e0f0ae-d481486aad6189731aeb33239970288c73df7b05.tar.bz2
master-31e0f0ae-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/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