projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b70ef
)
ipsec-tools: add dependency on kmod-ipsec (closes: #7164)
author
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Apr 2010 01:44:09 +0000
(
01:44
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Apr 2010 01:44:09 +0000
(
01:44
+0000)
SVN-Revision: 20868
net/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/ipsec-tools/Makefile
b/net/ipsec-tools/Makefile
index 4aff93e8f94452d4d0423042bde1d2dbb49500c9..fd5cd7206d995d7c762155dd6b747c673c140aa3 100644
(file)
--- a/
net/ipsec-tools/Makefile
+++ b/
net/ipsec-tools/Makefile
@@
-23,7
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/ipsec-tools
SECTION:=net
CATEGORY:=Network
- DEPENDS:=@LINUX_2_6 +libopenssl
+ DEPENDS:=@LINUX_2_6 +libopenssl
+kmod-ipsec
TITLE:=IPsec management tools
URL:=http://ipsec-tools.sourceforge.net/
endef