Pārlūkot izejas kodu

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 <[email protected]>
Paul Spooren 1 gadu atpakaļ
vecāks
revīzija
7bb9663dfe
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      package/kernel/cryptodev-linux/Makefile

+ 0 - 1
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)