diff options
Diffstat (limited to 'openwrt/package/matrixssl/Config.in')
-rw-r--r-- | openwrt/package/matrixssl/Config.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index b8faecd41..1d2e92d0c 100644 --- a/openwrt/package/matrixssl/Config.in +++ b/openwrt/package/matrixssl/Config.in @@ -1,11 +1,15 @@ -config BR2_PACKAGE_MATRIXSSL +config BR2_PACKAGE_LIBMATRIXSSL select BR2_PACKAGE_LIBPTHREAD - tristate "matrixssl" + tristate "libmatrixssl - an embedded SSL implementation" default m if CONFIG_DEVEL help - an embedded SSL implementation + An embedded SSL implementation http://www.matrixssl.org/ Depends: libpthread + +config BR2_PACKAGE_MATRIXSSL + tristate + default BR2_PACKAGE_LIBMATRIXSSL |