fix ssltunnel dependency on openssl

SVN-Revision: 3093
This commit is contained in:
Nicolas Thill 2006-01-31 15:59:50 +00:00
parent a75f7469d5
commit 19ab640f3f
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
config BR2_PACKAGE_SSLTUNNEL config BR2_PACKAGE_SSLTUNNEL
prompt "ssltunnel ........................A PPP over SSL vpn tool" prompt "ssltunnel ........................ A PPP over SSL vpn tool"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_COMPILE_OPENSSL select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_PPP select BR2_PACKAGE_PPP
help help
A PPP over SSL vpn tool A PPP over SSL vpn tool

View file

@ -2,4 +2,4 @@ Package: ssltunnel
Priority: optional Priority: optional
Section: net Section: net
Description: A PPP over SSL vpn tool Description: A PPP over SSL vpn tool
Depends: openssl, ppp Depends: libopenssl, ppp