diff options
-rw-r--r-- | package/kernel/linux/modules/crypto.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 73f36beaa1..bcd45061c5 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -425,7 +425,7 @@ $(eval $(call KernelPackage,crypto-gf128)) define KernelPackage/crypto-ghash TITLE:=GHASH digest CryptoAPI module - DEPENDS:=+kmod-crypto-gf128 + DEPENDS:=+kmod-crypto-gf128 +kmod-crypto-hash KCONFIG:=CONFIG_CRYPTO_GHASH FILES:=$(LINUX_DIR)/crypto/ghash-generic.ko AUTOLOAD:=$(call AutoLoad,09,ghash-generic) |