kernel: add missing dependency for ocf on kmod-crypto-hash

SVN-Revision: 26372
lede-17.01
Felix Fietkau 2011-03-30 15:07:09 +00:00
parent f5a50227a3
commit ada4206cc5
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ $(eval $(call KernelPackage,crypto-misc))
define KernelPackage/crypto-ocf
TITLE:=OCF modules
DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml
DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml +kmod-crypto-hash
KCONFIG:= \
CONFIG_OCF_OCF \
CONFIG_OCF_CRYPTODEV \