You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
378 B
17 lines
378 B
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
|
|
|
|
http://www.matrixssl.org/
|
|
|
|
Depends: libpthread
|
|
|
|
|