blob: 308fa6f0d2777d31e0eed011d93aecb3fa8f6e0f (
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_OPENSSL
select BR2_PACKAGE_PPP
help
A PPP over SSL vpn tool
http://www.hsc.fr/ressources/outils/ssltunnel/index.html
|