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 <kevin@kevinlocke.name>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29580 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-12-20 04:23:36 +00:00
parent 57517a9e1a
commit ba520f1df8

View 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