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:
b5308ed
)
[packages] openvpn: openvpn-easy-rsa doesn't actually depend on openvpn, it's just...
author
Daniel Dickinson
<crazycshore@gmail.com>
Thu, 7 Jul 2011 04:20:03 +0000
(
04:20
+0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Thu, 7 Jul 2011 04:20:03 +0000
(
04:20
+0000)
SVN-Revision: 27503
net/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/openvpn/Makefile
b/net/openvpn/Makefile
index 4cf8d0eb3d0790342dd2797f78ce320e2a1b52ce..c618988ec7ce2f26467bcc4049fb9521c6907076 100644
(file)
--- a/
net/openvpn/Makefile
+++ b/
net/openvpn/Makefile
@@
-45,7
+45,7
@@
endef
define Package/openvpn-easy-rsa
$(call Package/openvpn)
- DEPENDS:=
openvpn
+openssl-util
+ DEPENDS:=+openssl-util
TITLE:=Simple shell scripts to manage a Certificate Authority
endef