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 | 55655a5081d252492d3bb19d0b2ec25d1b4c3c37 (patch) | |
tree | 1faf62af14c992a099efc868b0eb1e4bd5488ccd /openwrt/package/ssltunnel/Config.in | |
parent | 2ebf30d0100728784be36536ada7eedc8ccfb9e0 (diff) | |
download | mtk-20170518-55655a5081d252492d3bb19d0b2ec25d1b4c3c37.zip mtk-20170518-55655a5081d252492d3bb19d0b2ec25d1b4c3c37.tar.gz mtk-20170518-55655a5081d252492d3bb19d0b2ec25d1b4c3c37.tar.bz2 |
Added package ssltunnel, thanks to Eric (emss)
SVN-Revision: 3046
Diffstat (limited to 'openwrt/package/ssltunnel/Config.in')
-rw-r--r-- | openwrt/package/ssltunnel/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/ssltunnel/Config.in b/openwrt/package/ssltunnel/Config.in new file mode 100644 index 0000000..308fa6f --- /dev/null +++ b/openwrt/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 + |