summaryrefslogtreecommitdiff
path: root/openwrt/package/ssltunnel/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-01-26 10:36:21 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-01-26 10:36:21 +0000
commit55655a5081d252492d3bb19d0b2ec25d1b4c3c37 (patch)
tree1faf62af14c992a099efc868b0eb1e4bd5488ccd /openwrt/package/ssltunnel/Config.in
parent2ebf30d0100728784be36536ada7eedc8ccfb9e0 (diff)
downloadmtk-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.in11
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
+