mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
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>
This commit is contained in:
parent
ed893a3cc1
commit
7bb9663dfe
@ -29,7 +29,6 @@ define KernelPackage/cryptodev
|
|||||||
SUBMENU:=Cryptographic API modules
|
SUBMENU:=Cryptographic API modules
|
||||||
TITLE:=Driver for cryptographic acceleration
|
TITLE:=Driver for cryptographic acceleration
|
||||||
URL:=http://cryptodev-linux.org/
|
URL:=http://cryptodev-linux.org/
|
||||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
|
||||||
DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash
|
DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash
|
||||||
FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,cryptodev)
|
AUTOLOAD:=$(call AutoLoad,50,cryptodev)
|
||||||
|
Loading…
Reference in New Issue
Block a user