projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add squashfs 2.2 for kernel 2.6, cleanup broadcom patch, remove .orig files
[openwrt.git]
/
openwrt
/
package
/
matrixssl
/
Config.in
diff --git
a/openwrt/package/matrixssl/Config.in
b/openwrt/package/matrixssl/Config.in
index
7f056c3
..
db5abb1
100644
(file)
--- a/
openwrt/package/matrixssl/Config.in
+++ b/
openwrt/package/matrixssl/Config.in
@@
-1,7
+1,15
@@
-config BR2_PACKAGE_MATRIXSSL
- tristate "matrixssl"
- default m
+config BR2_PACKAGE_LIBMATRIXSSL
+ select BR2_PACKAGE_LIBPTHREAD
+ tristate "libmatrixssl - Embedded SSL implementation"
+ default m if CONFIG_DEVEL
help
help
-
a
n embedded SSL implementation
+
A
n embedded SSL implementation
http://www.matrixssl.org/
http://www.matrixssl.org/
+
+ Depends: libpthread
+
+
+config BR2_PACKAGE_MATRIXSSL
+ tristate
+ default BR2_PACKAGE_LIBMATRIXSSL
This page took
0.025926 seconds
and
4
git commands to generate.