From 0eac798a8603452a32f700c2948817d3cf4bfbef Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 04:23:36 +0000 Subject: [PATCH] Remove openswan dependency on kmod-openswan kmod-openswan provides the KLIPS stack, included in Openswan. However, Openswan works quite well with the in-kernel stack (NETKEY). Make installation of KLIPS optional. Signed-off-by: Kevin Locke SVN-Revision: 29580 --- net/openswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openswan/Makefile b/net/openswan/Makefile index 222f2a890..ac155c64c 100644 --- a/net/openswan/Makefile +++ b/net/openswan/Makefile @@ -36,7 +36,7 @@ $(call Package/openswan/Default) SECTION:=net CATEGORY:=Network TITLE+= (daemon) - DEPENDS+= +kmod-openswan +libgmp +ip + DEPENDS+= +libgmp +ip endef define Package/openswan/description -- 2.30.2