diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-03 16:52:01 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-03 16:54:20 -0500 |
commit | 0d6b2d78de95f17111428970a29e88e2b3cfd438 (patch) | |
tree | 1c35fc525b8aa0af6a3ebfdbea9725a2be5d18cb | |
parent | 55121d8bb930588b1b711435a457a510b9a778a9 (diff) |
busybox ip should be good enough?
-rw-r--r-- | package/openvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile index a1e405911..7a1824a5b 100644 --- a/package/openvpn/Makefile +++ b/package/openvpn/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= adae2ef34c9225347a844683b88caa87cde0979b7f2390fd1776db0eb51510ed PKG_DESCR:= vpn solution using ssl/tls PKG_SECTION:= net/security -PKG_DEPENDS:= ip libopenssl +PKG_DEPENDS:= libopenssl PKG_BUILDDEP:= openssl PKG_URL:= http://openvpn.net/ PKG_SITES:= http://swupdate.openvpn.org/community/releases/ |