projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fbc96
)
cryptodev-linux: give a coherent description
author
Paul Donald
<
[email protected]
>
Sun, 10 Nov 2024 18:53:07 +0000
(19:53 +0100)
committer
Christian Marangi
<
[email protected]
>
Tue, 12 Nov 2024 13:28:36 +0000
(14:28 +0100)
For the last ten years, nobody has noticed that this driver doesn't
actually say what it is for. ;)
Signed-off-by: Paul Donald <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16910
Signed-off-by: Christian Marangi <
[email protected]
>
package/kernel/cryptodev-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/cryptodev-linux/Makefile
b/package/kernel/cryptodev-linux/Makefile
index ea1bd241617b7da466671bdd2236c60c3f3a99f1..611d4ae27adf2f529c5564059ceeee508cf64840 100644
(file)
--- a/
package/kernel/cryptodev-linux/Makefile
+++ b/
package/kernel/cryptodev-linux/Makefile
@@
-36,8
+36,9
@@
define KernelPackage/cryptodev
endef
define KernelPackage/cryptodev/description
- This is a driver for that allows to use the Linux kernel supported
- hardware ciphers by user-space applications.
+ This driver allows use of the Linux kernel supported hardware-based
+ cryptographic and hash accelerators by user-space applications,
+ via a "/dev/crypto" device.
endef
define Build/Configure