X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2d2de20c87800851bdfde176239df326bd79ea50..5649062a5ba3b952e1465fc62acc056bf2abb3e8:/package/matrixssl/Config.in?ds=sidebyside diff --git a/package/matrixssl/Config.in b/package/matrixssl/Config.in index b8faecd41..3d4532e52 100644 --- a/package/matrixssl/Config.in +++ b/package/matrixssl/Config.in @@ -1,11 +1,17 @@ -config BR2_PACKAGE_MATRIXSSL - select BR2_PACKAGE_LIBPTHREAD - tristate "matrixssl" +config BR2_COMPILE_MATRIXSSL + tristate + 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 - +