X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..9707497f94027fd67f3bdc5bc3dfca9ae983d78b:/openwrt/package/matrixssl/Config.in diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index b8faecd41..3d4532e52 100644 --- a/openwrt/package/matrixssl/Config.in +++ b/openwrt/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 - +