[source] kernel: kmod-crypto-hw-talitos: fix dependencies

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 20 13:01:02 PST 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/b80b0e14c952bee11635abee321414c37f85282e

commit b80b0e14c952bee11635abee321414c37f85282e
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Dec 20 20:46:21 2017 +0100

    kernel: kmod-crypto-hw-talitos: fix dependencies
    
    With the updated to kernel 4.9.70 in commit f704b643b9cab ("kernel:
    Update kernel 4.9 to 4.9.70"), the talitos.ko kernel module got a
    new dependency to kmod-crypto-des in this upstream commit:
    https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=552f74cbd6ec806ab5ce45336a26cae1e015dbe2
    
    This fixes a build problem found by built bot.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/linux/modules/crypto.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index b055520..bc56b3c 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -191,7 +191,7 @@ $(eval $(call KernelPackage,crypto-seqiv))
 
 define KernelPackage/crypto-hw-talitos
   TITLE:=Freescale integrated security engine (SEC) driver
-  DEPENDS:=+kmod-crypto-manager +kmod-crypto-hash +kmod-random-core +kmod-crypto-authenc
+  DEPENDS:=+kmod-crypto-manager +kmod-crypto-hash +kmod-random-core +kmod-crypto-authenc +kmod-crypto-des
   KCONFIG:= \
 	CONFIG_CRYPTO_HW=y \
 	CONFIG_CRYPTO_DEV_TALITOS \



More information about the lede-commits mailing list