summaryrefslogtreecommitdiff
path: root/openwrt/package/ssltunnel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-01-29 21:20:07 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-01-29 21:20:07 +0000
commitc6c07d95f226a1621274437202d82fb4868e542f (patch)
treef63cf614adddbb9ca713dd28b359b2ed47022f96 /openwrt/package/ssltunnel
parentdd8eae04cc4c8d453486b9ad7659f35b2d39cf1c (diff)
downloadmtk-20170518-c6c07d95f226a1621274437202d82fb4868e542f.zip
mtk-20170518-c6c07d95f226a1621274437202d82fb4868e542f.tar.gz
mtk-20170518-c6c07d95f226a1621274437202d82fb4868e542f.tar.bz2
fix openssl dependency
SVN-Revision: 3067
Diffstat (limited to 'openwrt/package/ssltunnel')
-rw-r--r--openwrt/package/ssltunnel/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ssltunnel/Config.in b/openwrt/package/ssltunnel/Config.in
index 308fa6f..d37f302 100644
--- a/openwrt/package/ssltunnel/Config.in
+++ b/openwrt/package/ssltunnel/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_SSLTUNNEL
prompt "ssltunnel ........................A PPP over SSL vpn tool"
tristate
default m if CONFIG_DEVEL
- select BR2_PACKAGE_OPENSSL
+ select BR2_COMPILE_OPENSSL
select BR2_PACKAGE_PPP
help
A PPP over SSL vpn tool