projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c1821
)
digsig: make crypto builtin if digsig selected as builtin
author
Dmitry Kasatkin
<
[email protected]
>
Fri, 11 Jul 2014 15:59:45 +0000
(18:59 +0300)
committer
David Howells
<
[email protected]
>
Thu, 17 Jul 2014 20:01:28 +0000
(21:01 +0100)
When SIGNATURE=y but depends on CRYPTO=m, it selects MPILIB as module
producing build break. This patch makes digsig to select crypto for
correcting dependency.
Signed-off-by: Dmitry Kasatkin <
[email protected]
>
Signed-off-by: David Howells <
[email protected]
>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index 334f7722a999232aa46b706d8cda61b57c854708..a8a775730c09c27c4da8188cf84cc5e6c7608fe0 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-451,7
+451,8
@@
config MPILIB
config SIGNATURE
tristate
- depends on KEYS && CRYPTO
+ depends on KEYS
+ select CRYPTO
select CRYPTO_SHA1
select MPILIB
help