From: jow Date: Tue, 20 Dec 2011 04:23:36 +0000 (+0000) Subject: Remove openswan dependency on kmod-openswan X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ba520f1df8fa4911c63c59ddd270c4572f7568a9;p=packages.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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@29580 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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