1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 03:56:01 +03:00

fix a typo in kmod-crypto-test

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10406 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-02-06 13:04:26 +00:00
parent 498de7eabb
commit 2dd1e22df1

View File

@ -216,7 +216,7 @@ define KernelPackage/crypto-test
SUBMENU:=$(CRYPTO_MENU)
TITLE:=Test CryptoAPI module
DEPENDS:=+kmod-crypto-core
KCONFIG:=CONFIG_CRYPTO_NULL
KCONFIG:=CONFIG_CRYPTO_TEST
FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09,tcrypt)
endef