kernel: add missing dependency for ocf on kmod-crypto-hash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a6672b5399
commit
e6e5caf662
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue