summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-29 21:20:07 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-29 21:20:07 +0000
commit2ecdf1880e14a6e0c15c78bd1807d68126f3d50f (patch)
tree66bebcfa2e4ae5417ab841f509f30e5beac98a07 /openwrt/package
parent2b496734c27b9077fd9c05d748dcd39d466f9ba5 (diff)
fix openssl dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 308fa6f0d..d37f30217 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