X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3f5c61219e3ea85f757cf1b8896a4ecd88507248..c898055ff7969e0b4ac01861fd280f41517db1e9:/openwrt/package/matrixssl/Config.in diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index 7f056c3a6..db5abb113 100644 --- a/openwrt/package/matrixssl/Config.in +++ b/openwrt/package/matrixssl/Config.in @@ -1,7 +1,15 @@ -config BR2_PACKAGE_MATRIXSSL - tristate "matrixssl" - default m +config BR2_PACKAGE_LIBMATRIXSSL + select BR2_PACKAGE_LIBPTHREAD + tristate "libmatrixssl - 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