diff options
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 |