kernel: fix autoload for the crypto_hash module (patch from #9136)
[openwrt.git] / package / kernel / modules / crypto.mk
index 53f95eb..0ca36d6 100644 (file)
@@ -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))
This page took 0.020021 seconds and 4 git commands to generate.