From: Paul Spooren Date: Tue, 26 Mar 2024 10:36:24 +0000 (+0100) Subject: cryptodev: follow kernel.mk versioning X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0;p=openwrt%2Fopenwrt.git cryptodev: follow kernel.mk versioning Instead of redefining the version schema in cryptodev, use the one automatically defined via `kernel.mk`. Specifically this changes the version from + to . and thereby making it compatible with APK. Signed-off-by: Paul Spooren --- diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile index 0b794a3cd9..ea1bd24161 100644 --- a/package/kernel/cryptodev-linux/Makefile +++ b/package/kernel/cryptodev-linux/Makefile @@ -29,7 +29,6 @@ define KernelPackage/cryptodev SUBMENU:=Cryptographic API modules TITLE:=Driver for cryptographic acceleration URL:=http://cryptodev-linux.org/ - VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,cryptodev)