Skip to content
Snippets Groups Projects
Commit f8b4d069 authored by nbd's avatar nbd
Browse files

kernel: add missing dependency for kmod-crypto-ghash


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43857 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent c9951a49
No related branches found
No related tags found
No related merge requests found
...@@ -425,7 +425,7 @@ $(eval $(call KernelPackage,crypto-gf128)) ...@@ -425,7 +425,7 @@ $(eval $(call KernelPackage,crypto-gf128))
define KernelPackage/crypto-ghash define KernelPackage/crypto-ghash
TITLE:=GHASH digest CryptoAPI module TITLE:=GHASH digest CryptoAPI module
DEPENDS:=+kmod-crypto-gf128 DEPENDS:=+kmod-crypto-gf128 +kmod-crypto-hash
KCONFIG:=CONFIG_CRYPTO_GHASH KCONFIG:=CONFIG_CRYPTO_GHASH
FILES:=$(LINUX_DIR)/crypto/ghash-generic.ko FILES:=$(LINUX_DIR)/crypto/ghash-generic.ko
AUTOLOAD:=$(call AutoLoad,09,ghash-generic) AUTOLOAD:=$(call AutoLoad,09,ghash-generic)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment