1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 12:33:08 +02:00

fix ssltunnel dependency on openssl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3093 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-01-31 15:59:50 +00:00
parent eac93ad39b
commit ce763c85da
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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