projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0617261
)
Remove openswan dependency on kmod-openswan
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 20 Dec 2011 04:23:36 +0000
(
04:23
+0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/net/openswan/Makefile
b/net/openswan/Makefile
index 222f2a8900995be383e5a5b0064b8de41bc2d220..ac155c64c70c405d3c62a845dfe5af65ac006044 100644
(file)
--- 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