blob: 1d2e92d0cf65e8e428d77cae706f4b220c33581a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_LIBMATRIXSSL
select BR2_PACKAGE_LIBPTHREAD
tristate "libmatrixssl - an embedded SSL implementation"
default m if CONFIG_DEVEL
help
An embedded SSL implementation
http://www.matrixssl.org/
Depends: libpthread
config BR2_PACKAGE_MATRIXSSL
tristate
default BR2_PACKAGE_LIBMATRIXSSL
|