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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13292 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos
2008-11-19 18:01:26 +00:00
parent 7931f01fd8
commit 0fdf82f36a

View File

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