lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 3c062c89ca383a5bdf0ddd839f3e7e101672d891
parent 5fcd25ebd480eee2d6cffc0b8b35c0987f10fdea
Author: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Date:   Sun, 19 Mar 2017 14:31:52 +0100

Merge pull request #4161 from Ansuel/patch-1

cryptodev-linux: fix aria 2 spam message
Diffstat:
Mutils/cryptodev-linux/Makefile | 6++++--
Mutils/cryptodev-linux/files/cryptodev.modules | 2+-
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git 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 @@ -1 +1 @@ -cryptodev +cryptodev cryptodev_verbosity=-1