summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6in4/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
commitd481486aad6189731aeb33239970288c73df7b05 (patch)
tree49610ead64653c7b8d76e230be22181beb356bda /package/network/ipv6/6in4/Makefile
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/ipv6/6in4/Makefile')
-rw-r--r--package/network/ipv6/6in4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile
index 7090234358..992c5fc67b 100644
--- a/package/network/ipv6/6in4/Makefile
+++ b/package/network/ipv6/6in4/Makefile
@@ -14,8 +14,8 @@ PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/6in4
- SECTION:=ipv6
- CATEGORY:=IPv6
+ SECTION:=net
+ CATEGORY:=Network
DEPENDS:=+kmod-ipv6 +kmod-sit
TITLE:=IPv6-in-IPv4 configuration support
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>