diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-26 10:36:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-26 10:36:21 +0000 |
commit | f322fc22f2a33901195e67852eb62a6c5c8d7782 (patch) | |
tree | 4bfa00f9ad53f74542055fd15b37619bdd621a03 /package/ssltunnel/Config.in | |
parent | 0ecde858ec4a74839361b7c6725a95ed01e74de4 (diff) | |
download | upstream-f322fc22f2a33901195e67852eb62a6c5c8d7782.tar.gz upstream-f322fc22f2a33901195e67852eb62a6c5c8d7782.tar.bz2 upstream-f322fc22f2a33901195e67852eb62a6c5c8d7782.zip |
Added package ssltunnel, thanks to Eric (emss)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3046 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ssltunnel/Config.in')
-rw-r--r-- | package/ssltunnel/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ssltunnel/Config.in b/package/ssltunnel/Config.in new file mode 100644 index 0000000000..308fa6f0d2 --- /dev/null +++ b/package/ssltunnel/Config.in @@ -0,0 +1,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 + |