Skip to content

Commit 3df5966

Browse files
systemcrashAnsuel
authored andcommitted
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: openwrt/openwrt#16910 Signed-off-by: Christian Marangi <[email protected]>
1 parent 64fbc96 commit 3df5966

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package/kernel/cryptodev-linux/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ define KernelPackage/cryptodev
3636
endef
3737

3838
define KernelPackage/cryptodev/description
39-
This is a driver for that allows to use the Linux kernel supported
40-
hardware ciphers by user-space applications.
39+
This driver allows use of the Linux kernel supported hardware-based
40+
cryptographic and hash accelerators by user-space applications,
41+
via a "/dev/crypto" device.
4142
endef
4243

4344
define Build/Configure

0 commit comments

Comments
 (0)