[source] openssl: fix cryptodev config dependency

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 14 09:45:29 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/79024cd3be383820b3a97f5c58b97bee63997328

commit 79024cd3be383820b3a97f5c58b97bee63997328
Author: Ralph Sennhauser <ralph.sennhauser at gmail.com>
AuthorDate: Sun Oct 22 22:21:22 2017 +0200

    openssl: fix cryptodev config dependency
    
    Signed-off-by: Ralph Sennhauser <ralph.sennhauser at gmail.com>
    (cherry picked from commit f5468d248613fee51d19715e0fa6e37012c0eda7)
---
 package/libs/openssl/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in
index dbcd11a..b949d3b 100644
--- a/package/libs/openssl/Config.in
+++ b/package/libs/openssl/Config.in
@@ -59,4 +59,5 @@ endif
 
 config OPENSSL_ENGINE_CRYPTO
 	bool
+	select OPENSSL_HARDWARE_SUPPORT
 	prompt "Crypto acceleration support" if PACKAGE_libopenssl



More information about the lede-commits mailing list