X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a4d8c8e5caa11cb5301bedeb4aa29c880f599a2c..e31f9b3f6cdc9554b25b5afc81a0f016ef60f494:/package/matrixssl/Config.in diff --git a/package/matrixssl/Config.in b/package/matrixssl/Config.in index 7f056c3a6..be0a306fb 100644 --- a/package/matrixssl/Config.in +++ b/package/matrixssl/Config.in @@ -1,7 +1,17 @@ -config BR2_PACKAGE_MATRIXSSL - tristate "matrixssl" - default m +config BR2_COMPILE_MATRIXSSL + bool + depends BR2_PACKAGE_LIBMATRIXSSL + +config BR2_PACKAGE_LIBMATRIXSSL + prompt "libmatrixssl...................... Embedded SSL implementation" + tristate + default m if CONFIG_DEVEL + select BR2_COMPILE_MATRIXSSL + select BR2_PACKAGE_LIBPTHREAD help - an embedded SSL implementation + An embedded SSL implementation http://www.matrixssl.org/ + + Depends: libpthread +