[openwrt/openwrt] cryptodev-linux: give a coherent description

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 28 10:57:32 PST 2024


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/9d44e00fc564c92bd4f21fdcb30d67d5256e7f59

commit 9d44e00fc564c92bd4f21fdcb30d67d5256e7f59
Author: Paul Donald <newtwen+github at gmail.com>
AuthorDate: Sun Nov 10 19:53:07 2024 +0100

    cryptodev-linux: give a coherent description
    
    For the last ten years, nobody has noticed that this driver doesn't
    actually say what it is for. ;)
    
    Signed-off-by: Paul Donald <newtwen+github at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16910
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit 3df5966f9453ecefcabc893f6449c8c4f1054aef)
    Link: https://github.com/openwrt/openwrt/pull/17097
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/kernel/cryptodev-linux/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile
index ea1bd24161..611d4ae27a 100644
--- 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




More information about the lede-commits mailing list