mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 07:53:07 +00:00
kernel: add missing dependency for kmod-crypto-ghash
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43857
This commit is contained in:
parent
5bbe758e4e
commit
321f4a1e2c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user