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/ipv6/thc-ipv6 | |
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/ipv6/thc-ipv6')
-rw-r--r-- | package/network/ipv6/thc-ipv6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/thc-ipv6/Makefile b/package/network/ipv6/thc-ipv6/Makefile index c5bbe61877..d63757a5e1 100644 --- a/package/network/ipv6/thc-ipv6/Makefile +++ b/package/network/ipv6/thc-ipv6/Makefile @@ -37,8 +37,8 @@ THC_DEPENDS_thcping6 := +librt define BuildTool define Package/thc-ipv6-$(subst _,-,$(1)) TITLE:=THC-IPv6 $(1) utility - SECTION:=ipv6 - CATEGORY:=IPv6 + SECTION:=net + CATEGORY:=Network DEPENDS:=+libpcap $(THC_DEPENDS_$(1)) URL:=http://freeworld.thc.org/ SUBMENU:=THC-IPv6 attack and analyzing toolkit |