kernel/modules: disable automatic loading of crypto-test module
SVN-Revision: 13292
This commit is contained in:
parent
8294879df7
commit
a81c3dacb9
1 changed files with 0 additions and 1 deletions
|
@ -335,7 +335,6 @@ define KernelPackage/crypto-test
|
||||||
DEPENDS:=+kmod-crypto-core
|
DEPENDS:=+kmod-crypto-core
|
||||||
KCONFIG:=CONFIG_CRYPTO_TEST
|
KCONFIG:=CONFIG_CRYPTO_TEST
|
||||||
FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,09,tcrypt)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-test))
|
$(eval $(call KernelPackage,crypto-test))
|
||||||
|
|
Loading…
Reference in a new issue