diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-14 15:02:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-14 15:02:31 +0000 |
commit | cd389348a0d5a10f7396b3a88bf1cb6a414289d6 (patch) | |
tree | 9ce06ab7eb4dba275dda612c454794b32909df3c /package/network/ipv6/6rd/Makefile | |
parent | 6ae4e49b2fabe060bcaaa7e03f50f6be948e9fb1 (diff) |
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/ipv6/6rd/Makefile')
-rw-r--r-- | package/network/ipv6/6rd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6rd/Makefile b/package/network/ipv6/6rd/Makefile index 6e77d24bc7..c701596193 100644 --- a/package/network/ipv6/6rd/Makefile +++ b/package/network/ipv6/6rd/Makefile @@ -14,8 +14,8 @@ PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk define Package/6rd - SECTION:=ipv6 - CATEGORY:=IPv6 + SECTION:=net + CATEGORY:=Network DEPENDS:=+kmod-ipv6 +kmod-sit TITLE:=6rd configuration support MAINTAINER:=Stéphan Kochen <stephan@kochen.nl> |