1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 01:11:52 +02:00

[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:
juhosg 2008-11-19 18:01:26 +00:00
parent 09b96811e8
commit fbff252d8a

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