From ab8b7ee26da4ab954bd026957e85a015c12dc38f Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 12 Mar 2011 07:35:17 +0000 Subject: [PATCH] [net] VPN: Moved IPsec management tools (both versions) to VPN submenu. SVN-Revision: 26082 --- net/ipsec-tools/Makefile | 1 + net/isakmpd/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile index 69d393ce84..caece38ab7 100644 --- a/net/ipsec-tools/Makefile +++ b/net/ipsec-tools/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ipsec-tools SECTION:=net CATEGORY:=Network + SUBMENU:=VPN DEPENDS:=@!LINUX_2_4 +libopenssl +kmod-ipsec TITLE:=IPsec management tools URL:=http://ipsec-tools.sourceforge.net/ diff --git a/net/isakmpd/Makefile b/net/isakmpd/Makefile index 6f0497ba50..af8f4cf0f1 100644 --- a/net/isakmpd/Makefile +++ b/net/isakmpd/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/kernel.mk define Package/isakmpd SECTION:=net CATEGORY:=Network + SUBMENU:=VPN DEPENDS:=@!LINUX_2_4 +libopenssl +keynote +libgmp TITLE:=IPsec management tools URL:=http://isakmpd.sourceforge.net/ -- 2.30.2