From: Felix Fietkau Date: Wed, 30 Mar 2011 15:07:09 +0000 (+0000) Subject: kernel: add missing dependency for ocf on kmod-crypto-hash X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=e6e5caf662daa164a125315f59cce19e2c37ff86;p=15.05%2Fopenwrt.git kernel: add missing dependency for ocf on kmod-crypto-hash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 0ca36d6fbc..bd8fece80d 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -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 \