kernel: kmod-crypto-user: Add missing dependency
The algif_rng.ko kernel module depends on the rng.ko kernel module with kernel 6.6 when compiling for MIPS malta. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7b911a9c49
commit
091897fad2
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ $(eval $(call KernelPackage,crypto-test))
|
||||||
|
|
||||||
define KernelPackage/crypto-user
|
define KernelPackage/crypto-user
|
||||||
TITLE:=CryptoAPI userspace interface
|
TITLE:=CryptoAPI userspace interface
|
||||||
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
|
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager +LINUX_6_6:kmod-crypto-rng
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_CRYPTO_USER \
|
CONFIG_CRYPTO_USER \
|
||||||
CONFIG_CRYPTO_USER_API \
|
CONFIG_CRYPTO_USER_API \
|
||||||
|
|
Loading…
Reference in a new issue