Remove openswan dependency on kmod-openswan
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 04:23:36 +0000 (04:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 04:23:36 +0000 (04:23 +0000)
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 <kevin@kevinlocke.name>
SVN-Revision: 29580

net/openswan/Makefile

index 222f2a8900995be383e5a5b0064b8de41bc2d220..ac155c64c70c405d3c62a845dfe5af65ac006044 100644 (file)
@@ -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