projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd65c6
)
kernel: crypto: format "crypto-hw-ccp" dependencies
author
Rafał Miłecki
<
[email protected]
>
Tue, 13 Apr 2021 15:18:27 +0000
(17:18 +0200)
committer
Rafał Miłecki
<
[email protected]
>
Wed, 14 Apr 2021 06:42:38 +0000
(08:42 +0200)
Use multiples lines for better readability and sort lines.
Suggested-by: Stijn Tintel <
[email protected]
>
Signed-off-by: Rafał Miłecki <
[email protected]
>
(cherry picked from commit
107111adbba16328f9853a4d89db4a103b20118c
)
package/kernel/linux/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 19b0d4696b4a4a5408249c5966fb6b988266ec9a..b8b9e5f9fd716af96df87fb2d1559bf64f879c5a 100644
(file)
--- a/
package/kernel/linux/modules/crypto.mk
+++ b/
package/kernel/linux/modules/crypto.mk
@@
-313,7
+313,14
@@
$(eval $(call KernelPackage,crypto-hmac))
define KernelPackage/crypto-hw-ccp
TITLE:=AMD Cryptographic Coprocessor
- DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash +kmod-crypto-manager +kmod-random-core +kmod-crypto-sha1 +kmod-crypto-sha256 +kmod-crypto-rsa
+ DEPENDS:= \
+ +kmod-crypto-authenc \
+ +kmod-crypto-hash \
+ +kmod-crypto-manager \
+ +kmod-crypto-rsa \
+ +kmod-crypto-sha1 \
+ +kmod-crypto-sha256 \
+ +kmod-random-core
KCONFIG:= \
CONFIG_CRYPTO_HW=y \
CONFIG_CRYPTO_DEV_CCP=y \