mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 05:20:38 +02:00
c8a88dcde0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3093 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
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
|
|
|