mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
kernel: add missing dependency for ocf on kmod-crypto-hash
SVN-Revision: 26372
This commit is contained in:
parent
f5a50227a3
commit
ada4206cc5
@ -341,7 +341,7 @@ $(eval $(call KernelPackage,crypto-misc))
|
|||||||
|
|
||||||
define KernelPackage/crypto-ocf
|
define KernelPackage/crypto-ocf
|
||||||
TITLE:=OCF modules
|
TITLE:=OCF modules
|
||||||
DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml
|
DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml +kmod-crypto-hash
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_OCF_OCF \
|
CONFIG_OCF_OCF \
|
||||||
CONFIG_OCF_CRYPTODEV \
|
CONFIG_OCF_CRYPTODEV \
|
||||||
|
Loading…
Reference in New Issue
Block a user