1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

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

SVN-Revision: 13292
This commit is contained in:
Gabor Juhos 2008-11-19 18:01:26 +00:00
parent 8294879df7
commit a81c3dacb9

@ -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))