diff --git a/utils/cryptodev-linux/Makefile b/utils/cryptodev-linux/Makefile index 45839015c..adc1ebb79 100644 --- a/utils/cryptodev-linux/Makefile +++ b/utils/cryptodev-linux/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=cryptodev-linux PKG_VERSION:=1.8.git-2017-02-09 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -20,6 +20,8 @@ PKG_MIRROR_HASH:=627ce96e3ba66ca9c8e14f5d80193061fbe9d45cd8d4b69a1bf4dd5a2d50eed PKG_SOURCE_URL:=https://github.com/cryptodev-linux/cryptodev-linux.git PKG_SOURCE_VERSION:=6818263667ca488f9b1c86e36ea624c4ea1c309f +PKG_MAINTAINER:=Ansuel Smith ansuelsmth@gmail.com + PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk @@ -70,7 +72,7 @@ endef define KernelPackage/cryptodev/install $(INSTALL_DIR) $(1)/etc/modules.d - $(INSTALL_DATA) ./files/cryptodev.modules $(1)/etc/modules.d/80-cryptodev + $(INSTALL_DATA) ./files/cryptodev.modules $(1)/etc/modules.d/50-cryptodev $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(INSTALL_DIR) $(1)/usr/sbin endef diff --git a/utils/cryptodev-linux/files/cryptodev.modules b/utils/cryptodev-linux/files/cryptodev.modules index fb39fcd6d..48194e27c 100644 --- a/utils/cryptodev-linux/files/cryptodev.modules +++ b/utils/cryptodev-linux/files/cryptodev.modules @@ -1 +1 @@ -cryptodev +cryptodev cryptodev_verbosity=-1