Browse Source

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16910
Signed-off-by: Christian Marangi <[email protected]>
Paul Donald 1 year ago
parent
commit
3df5966f94
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package/kernel/cryptodev-linux/Makefile

+ 3 - 2
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