From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 04:23:36 +0000 (+0000) Subject: Remove openswan dependency on kmod-openswan X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9f28cfab434e26934f72acd50ca5c56569b79657;p=openwrt%2Fsvn-archive%2Farchive.git 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 --- diff --git a/net/openswan/Makefile b/net/openswan/Makefile index 222f2a8900..ac155c64c7 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