From: nbd Date: Tue, 29 Mar 2011 13:31:39 +0000 (+0000) Subject: kernel: fix autoload for the crypto_hash module (patch from #9136) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/b4c8bb0cc60a591a1955cdfb72f1fc4967b6101c kernel: fix autoload for the crypto_hash module (patch from #9136) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 53f95eb3a..0ca36d6fb 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -57,7 +57,7 @@ define KernelPackage/crypto-hash TITLE:=CryptoAPI hash support KCONFIG:=CONFIG_CRYPTO_HASH FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko - AUTOLOAD:=$(call AutoLoad,02,crypto_hash.ko) + AUTOLOAD:=$(call AutoLoad,02,crypto_hash) $(call AddDepends/crypto) endef $(eval $(call KernelPackage,crypto-hash))