[openwrt/openwrt] cryptodev: follow kernel.mk versioning
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 3 09:41:51 PDT 2024
aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0
commit 7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Mar 26 11:36:24 2024 +0100
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 <kernel>+<package> to
<kernel>.<package> and thereby making it compatible with APK.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
package/kernel/cryptodev-linux/Makefile | 1 -
1 file changed, 1 deletion(-)
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)
More information about the lede-commits
mailing list