diff options
| author | Paul Spooren <mail@aparcar.org> | 2024-03-26 11:36:24 +0100 |
|---|---|---|
| committer | Paul Spooren <mail@aparcar.org> | 2024-04-03 18:41:40 +0200 |
| commit | 7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0 (patch) | |
| tree | 9bd59acef8f900f867ed1f8146b19c5160b44196 /package/kernel/cryptodev-linux | |
| parent | ed893a3cc19e528c32da5ea002308e6428cfa1fc (diff) | |
| download | upstream-7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0.tar.gz upstream-7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0.tar.bz2 upstream-7bb9663dfe5a4bb108b0ca66bdb0af478520a9a0.zip | |
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@aparcar.org>
Diffstat (limited to 'package/kernel/cryptodev-linux')
| -rw-r--r-- | package/kernel/cryptodev-linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile index 0b794a3cd98..ea1bd241617 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) |
