X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1bd0457f067ea06a6d042bdc7e5f7500a8cc328f..9707497f94027fd67f3bdc5bc3dfca9ae983d78b:/openwrt/package/matrixssl/Config.in diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index 85158bfda..3d4532e52 100644 --- a/openwrt/package/matrixssl/Config.in +++ b/openwrt/package/matrixssl/Config.in @@ -1,11 +1,17 @@ -config BR2_PACKAGE_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 - tristate "matrixssl" - default m help - an embedded SSL implementation + An embedded SSL implementation http://www.matrixssl.org/ Depends: libpthread - +