Ver Fonte

kernel/modules: disable automatic loading of crypto-test module

SVN-Revision: 13292
Gabor Juhos há 17 anos atrás
pai
commit
a81c3dacb9
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      package/kernel/modules/crypto.mk

+ 0 - 1
package/kernel/modules/crypto.mk

@@ -335,7 +335,6 @@ define KernelPackage/crypto-test
   DEPENDS:=+kmod-crypto-core
   KCONFIG:=CONFIG_CRYPTO_TEST
   FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
-  AUTOLOAD:=$(call AutoLoad,09,tcrypt)
 endef
 
 $(eval $(call KernelPackage,crypto-test))