mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #4161 from Ansuel/patch-1
cryptodev-linux: fix aria 2 spam message
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
cryptodev
|
||||
cryptodev cryptodev_verbosity=-1
|
||||
|
||||
Reference in New Issue
Block a user