Skip to content

Commit

Permalink
core_packages: Fix compilation error on kernel 6.6
Browse files Browse the repository at this point in the history
Fix error: Package kmod-crypto-user is missing dependencies for the following libraries:
rng.ko

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
  • Loading branch information
namiltd committed Mar 13, 2024
1 parent 555ca2e commit 74117bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/crypto.mk
Expand Up @@ -658,7 +658,7 @@ $(eval $(call KernelPackage,crypto-lib-poly1305))

define KernelPackage/crypto-manager
TITLE:=CryptoAPI algorithm manager
DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash
DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash +LINUX_6_6:kmod-crypto-rng
KCONFIG:= \
CONFIG_CRYPTO_MANAGER \
CONFIG_CRYPTO_MANAGER2
Expand Down

0 comments on commit 74117bb

Please sign in to comment.