Fixes various compilation issues with kernel >= 5.5 and >=5.8. Signed-off-by: Bastian Krause <[email protected]> --- rules/cryptodev.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/cryptodev.make b/rules/cryptodev.make index 3d82e95c5..42ac15f3c 100644 --- a/rules/cryptodev.make +++ b/rules/cryptodev.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_CRYPTODEV) += cryptodev # # Paths and names and versions # -CRYPTODEV_VERSION := 1.10 -CRYPTODEV_MD5 := 53403fbb99cd88a48bc899dbe9158e1c +CRYPTODEV_VERSION := 1.11 +CRYPTODEV_MD5 := 9ea9c7d7b6865e7752e6055a5d082825 CRYPTODEV := cryptodev-linux-$(CRYPTODEV_VERSION) CRYPTODEV_SUFFIX := tar.gz CRYPTODEV_URL := \ -- 2.28.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
