Added package ssltunnel, thanks to Eric (emss)
[openwrt-10.03/.git] / package / ssltunnel / Config.in
1 config BR2_PACKAGE_SSLTUNNEL
2         prompt "ssltunnel ........................A PPP over SSL vpn tool"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_OPENSSL
6         select BR2_PACKAGE_PPP
7         help
8           A PPP over SSL vpn tool
9           
10           http://www.hsc.fr/ressources/outils/ssltunnel/index.html
11