projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix another dependency bug introduced by [2333] (last one ?)
[openwrt.git]
/
openwrt
/
package
/
matrixssl
/
Config.in
diff --git
a/openwrt/package/matrixssl/Config.in
b/openwrt/package/matrixssl/Config.in
index
1d2e92d
..
be0a306
100644
(file)
--- a/
openwrt/package/matrixssl/Config.in
+++ b/
openwrt/package/matrixssl/Config.in
@@
-1,15
+1,17
@@
+config BR2_COMPILE_MATRIXSSL
+ bool
+ depends BR2_PACKAGE_LIBMATRIXSSL
+
config BR2_PACKAGE_LIBMATRIXSSL
config BR2_PACKAGE_LIBMATRIXSSL
- select BR2_PACKAGE_LIBPTHREAD
- tristate
"libmatrixssl - an embedded SSL implementation"
+ prompt "libmatrixssl...................... Embedded SSL implementation"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_MATRIXSSL
+ select BR2_PACKAGE_LIBPTHREAD
help
An embedded SSL implementation
http://www.matrixssl.org/
Depends: libpthread
help
An embedded SSL implementation
http://www.matrixssl.org/
Depends: libpthread
-
-config BR2_PACKAGE_MATRIXSSL
- tristate
- default BR2_PACKAGE_LIBMATRIXSSL
This page took
0.021729 seconds
and
4
git commands to generate.