mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #5087 from pprindeville/cryptodev-post-moduleload-rewrite
cryptodev: simplify for Jo's parameter passing
This commit is contained in:
@@ -40,6 +40,7 @@ define KernelPackage/cryptodev
|
|||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
|
$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,$(CRYPTODEV_AUTOLOAD))
|
AUTOLOAD:=$(call AutoLoad,50,$(CRYPTODEV_AUTOLOAD))
|
||||||
|
MODPARAMS.cryptodev:= cryptodev_verbosity=-1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/cryptodev/description
|
define KernelPackage/cryptodev/description
|
||||||
@@ -70,11 +71,4 @@ define Build/InstallDev
|
|||||||
$(CP) $(PKG_BUILD_DIR)/crypto/cryptodev.h $(STAGING_DIR)/usr/include/crypto/
|
$(CP) $(PKG_BUILD_DIR)/crypto/cryptodev.h $(STAGING_DIR)/usr/include/crypto/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/cryptodev/install
|
|
||||||
$(INSTALL_DIR) $(1)/etc/modules.d
|
|
||||||
$(INSTALL_DATA) ./files/cryptodev.modules $(1)/etc/modules.d/50-cryptodev
|
|
||||||
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
|
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,cryptodev))
|
$(eval $(call KernelPackage,cryptodev))
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
cryptodev cryptodev_verbosity=-1
|
|
||||||
Reference in New Issue
Block a user