diff options
author | Stijn Segers <foss@volatilesystems.org> | 2020-12-24 14:06:17 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-01 19:55:59 +0100 |
commit | 59b5c52a6b77e3b6edd45f2526d55efbd0a04043 (patch) | |
tree | afc1009d753bd03f0232c4cd940e565e1fec5420 /package/kernel/cryptodev-linux/Makefile | |
parent | f97b3ad7269a3c816469d8aca28145797084ea1e (diff) | |
download | upstream-59b5c52a6b77e3b6edd45f2526d55efbd0a04043.tar.gz upstream-59b5c52a6b77e3b6edd45f2526d55efbd0a04043.tar.bz2 upstream-59b5c52a6b77e3b6edd45f2526d55efbd0a04043.zip |
cryptodev-linux: bump to 1.11, fix build against kernel 5.10.
This patch bumps cryptodev-linux to the latest stable release (1.11) and fixes
compilation against the next LTS (and likely OpenWrt) kernel 5.10.
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Diffstat (limited to 'package/kernel/cryptodev-linux/Makefile')
-rw-r--r-- | package/kernel/cryptodev-linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile index 9bea63ebd1..85065e4eeb 100644 --- a/package/kernel/cryptodev-linux/Makefile +++ b/package/kernel/cryptodev-linux/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=cryptodev-linux -PKG_VERSION:=1.10 -PKG_RELEASE:=2 +PKG_VERSION:=1.11 +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=833ab7c5c88d2b700a7c702a151254c089a3058886a63cc7d12630e364b8ea83 +PKG_HASH:=d71fd8dafc40147586f5bc6acca8fce5088d9c576d1142fe5aeb7b0813186a11 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |