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