diff --git a/utils/cryptodev-linux/Makefile b/utils/cryptodev-linux/Makefile index 33a901b6c..a6a741f18 100644 --- a/utils/cryptodev-linux/Makefile +++ b/utils/cryptodev-linux/Makefile @@ -40,6 +40,7 @@ define KernelPackage/cryptodev FILES:= \ $(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,$(CRYPTODEV_AUTOLOAD)) + MODPARAMS.cryptodev:= cryptodev_verbosity=-1 endef define KernelPackage/cryptodev/description @@ -70,11 +71,4 @@ define Build/InstallDev $(CP) $(PKG_BUILD_DIR)/crypto/cryptodev.h $(STAGING_DIR)/usr/include/crypto/ 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)) diff --git a/utils/cryptodev-linux/files/cryptodev.modules b/utils/cryptodev-linux/files/cryptodev.modules deleted file mode 100644 index 48194e27c..000000000 --- a/utils/cryptodev-linux/files/cryptodev.modules +++ /dev/null @@ -1 +0,0 @@ -cryptodev cryptodev_verbosity=-1