fix a typo in kmod-crypto-test
SVN-Revision: 10406
This commit is contained in:
parent
71a68496e6
commit
1725614fc0
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ define KernelPackage/crypto-test
|
||||||
SUBMENU:=$(CRYPTO_MENU)
|
SUBMENU:=$(CRYPTO_MENU)
|
||||||
TITLE:=Test CryptoAPI module
|
TITLE:=Test CryptoAPI module
|
||||||
DEPENDS:=+kmod-crypto-core
|
DEPENDS:=+kmod-crypto-core
|
||||||
KCONFIG:=CONFIG_CRYPTO_NULL
|
KCONFIG:=CONFIG_CRYPTO_TEST
|
||||||
FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,09,tcrypt)
|
AUTOLOAD:=$(call AutoLoad,09,tcrypt)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue