diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-15 07:14:09 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-15 07:14:09 +0000 |
commit | 5ac6e3ebb9ca3cb393f445c6710cbdfc9fa56a68 (patch) | |
tree | 010cffee54d6a450160e02918d72e556542ddb54 /openwrt/package/matrixtunnel/Config.in | |
parent | cd8d40b6624a51704b922432a3ad7ba82bc7c2d7 (diff) |
add matrixtunnel package (thanks to Lorenz Schori).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3779 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/matrixtunnel/Config.in')
-rw-r--r-- | openwrt/package/matrixtunnel/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/matrixtunnel/Config.in b/openwrt/package/matrixtunnel/Config.in new file mode 100644 index 000000000..1738ce301 --- /dev/null +++ b/openwrt/package/matrixtunnel/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_MATRIXTUNNEL + prompt "matrixtunnel...................... stunnel based on matrixssl" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBMATRIXSSL + help + matrixtunnel is a stripped down version of stunnel + based on matrixssl library + + Depends: libmatrixssl |