diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-10-30 15:44:30 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-30 20:43:36 +0100 |
commit | 1a2a23a9a506b64e82f8ebab974ae25ceac4cc87 (patch) | |
tree | 661c59fb70122b879c9c03c4032bc6c0593d9088 /package/cryptodev-linux/cryptodev-linux.mk | |
parent | 29b3305cde7dee80ac5374aa20d753e1e6cee86e (diff) | |
download | buildroot-1a2a23a9a506b64e82f8ebab974ae25ceac4cc87.tar.gz buildroot-1a2a23a9a506b64e82f8ebab974ae25ceac4cc87.zip |
package/cryptodev-linux: bump to the latest version (0a54e38)
The build of the cryptodev-linux version used in Buildroot is currently
broken for kernels >= 4.13. A fix was pushed upstream:
https://github.com/cryptodev-linux/cryptodev-linux/commit/f0d69774afb27ffc62bf353465fba145e70cb85a
This patch bumps the cryptodev-linux package version to use the latest
available one, which includes the commit fixing the build for recent
kernels.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cryptodev-linux/cryptodev-linux.mk')
-rw-r--r-- | package/cryptodev-linux/cryptodev-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cryptodev-linux/cryptodev-linux.mk b/package/cryptodev-linux/cryptodev-linux.mk index 91802a7c02..dacb29dab8 100644 --- a/package/cryptodev-linux/cryptodev-linux.mk +++ b/package/cryptodev-linux/cryptodev-linux.mk @@ -4,7 +4,7 @@ # ################################################################################ -CRYPTODEV_LINUX_VERSION = 2b29be8ac41414ed19cb4f5d5626d9bd0d7b11a8 +CRYPTODEV_LINUX_VERSION = 0a54e38b264d9a3bed74c642a61b88191660d0f8 CRYPTODEV_LINUX_SITE = $(call github,cryptodev-linux,cryptodev-linux,$(CRYPTODEV_LINUX_VERSION)) CRYPTODEV_LINUX_INSTALL_STAGING = YES CRYPTODEV_LINUX_LICENSE = GPL-2.0+ |