Browse Source

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

SVN-Revision: 13292
Gabor Juhos 17 years ago
parent
commit
a81c3dacb9
1 changed files with 0 additions and 1 deletions
  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))