X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/570b8e6420f49b506ff469067221edc88d202c8e..805ca21a303b1dd83852cf1b5bfe95463787fccd:/package/matrixssl/Config.in diff --git a/package/matrixssl/Config.in b/package/matrixssl/Config.in index 1d2e92d0c..3d4532e52 100644 --- a/package/matrixssl/Config.in +++ b/package/matrixssl/Config.in @@ -1,15 +1,17 @@ +config BR2_COMPILE_MATRIXSSL + tristate + depends BR2_PACKAGE_LIBMATRIXSSL + config BR2_PACKAGE_LIBMATRIXSSL - select BR2_PACKAGE_LIBPTHREAD - tristate "libmatrixssl - an embedded SSL implementation" + prompt "libmatrixssl...................... Embedded SSL implementation" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_MATRIXSSL + select BR2_PACKAGE_LIBPTHREAD help An embedded SSL implementation http://www.matrixssl.org/ Depends: libpthread - -config BR2_PACKAGE_MATRIXSSL - tristate - default BR2_PACKAGE_LIBMATRIXSSL