aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/cryptodev-linux
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-11-10 19:53:07 +0100
committerPetr Štetiar <ynezz@true.cz>2024-11-28 18:46:57 +0000
commit9d44e00fc564c92bd4f21fdcb30d67d5256e7f59 (patch)
tree51fb8d7e45977ab20b1a7d7606fb3859073c2fa2 /package/kernel/cryptodev-linux
parent655874713ee32f5f16f038c4291b02da3a018b76 (diff)
downloadupstream-9d44e00fc564c92bd4f21fdcb30d67d5256e7f59.tar.gz
upstream-9d44e00fc564c92bd4f21fdcb30d67d5256e7f59.tar.bz2
upstream-9d44e00fc564c92bd4f21fdcb30d67d5256e7f59.zip
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@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16910 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 3df5966f9453ecefcabc893f6449c8c4f1054aef) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/kernel/cryptodev-linux')
-rw-r--r--package/kernel/cryptodev-linux/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile
index ea1bd241617..611d4ae27ad 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