From 3c84b7180347b40549e5f236de8ee093fbee7b70 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 26 Jan 2006 10:36:21 +0000 Subject: Added package ssltunnel, thanks to Eric (emss) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3046 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/ssltunnel/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openwrt/package/ssltunnel/Config.in (limited to 'openwrt/package/ssltunnel/Config.in') diff --git a/openwrt/package/ssltunnel/Config.in b/openwrt/package/ssltunnel/Config.in new file mode 100644 index 0000000000..308fa6f0d2 --- /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 + -- cgit v1.2.3