blob: 169c5c528c6b1339cb0058bc38632f5cf6e788d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_SSLTUNNEL
prompt "ssltunnel ........................ A PPP over SSL vpn tool"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_PPP
help
A PPP over SSL vpn tool
http://www.hsc.fr/ressources/outils/ssltunnel/index.html
|