blob: db5abb1137225704736a7c0d0e0e6057e2823eea (
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 - 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
|