summaryrefslogtreecommitdiff
path: root/openwrt/package/ssltunnel
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-01-31 15:59:50 +0000
committerNicolas Thill <nico@openwrt.org>2006-01-31 15:59:50 +0000
commit19ab640f3febf0a0803b91880c8e375bd90a7356 (patch)
tree55a86f1e23a93056b96fdaf03b6707243d1150cd /openwrt/package/ssltunnel
parenta75f7469d58cb74694a58859528542182a8e62f9 (diff)
downloadmtk-20170518-19ab640f3febf0a0803b91880c8e375bd90a7356.zip
mtk-20170518-19ab640f3febf0a0803b91880c8e375bd90a7356.tar.gz
mtk-20170518-19ab640f3febf0a0803b91880c8e375bd90a7356.tar.bz2
fix ssltunnel dependency on openssl
SVN-Revision: 3093
Diffstat (limited to 'openwrt/package/ssltunnel')
-rw-r--r--openwrt/package/ssltunnel/Config.in4
-rw-r--r--openwrt/package/ssltunnel/ipkg/ssltunnel.control2
2 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/ssltunnel/Config.in b/openwrt/package/ssltunnel/Config.in
index d37f302..169c5c5 100644
--- a/openwrt/package/ssltunnel/Config.in
+++ b/openwrt/package/ssltunnel/Config.in
@@ -1,8 +1,8 @@
config BR2_PACKAGE_SSLTUNNEL
- prompt "ssltunnel ........................A PPP over SSL vpn tool"
+ prompt "ssltunnel ........................ A PPP over SSL vpn tool"
tristate
default m if CONFIG_DEVEL
- select BR2_COMPILE_OPENSSL
+ select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_PPP
help
A PPP over SSL vpn tool
diff --git a/openwrt/package/ssltunnel/ipkg/ssltunnel.control b/openwrt/package/ssltunnel/ipkg/ssltunnel.control
index 3f99805..84fb8b6 100644
--- a/openwrt/package/ssltunnel/ipkg/ssltunnel.control
+++ b/openwrt/package/ssltunnel/ipkg/ssltunnel.control
@@ -2,4 +2,4 @@ Package: ssltunnel
Priority: optional
Section: net
Description: A PPP over SSL vpn tool
-Depends: openssl, ppp
+Depends: libopenssl, ppp