kmod-lib-lzo and kmod-lib-lz4 depend in kernel 4.14 on
kmod-crypto-acompress, add this missing dependency.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 package/kernel/linux/modules/lib.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kernel/linux/modules/lib.mk 
b/package/kernel/linux/modules/lib.mk
index c40e33320c..6d7e0dc996 100644
--- a/package/kernel/linux/modules/lib.mk
+++ b/package/kernel/linux/modules/lib.mk
@@ -101,6 +101,7 @@ $(eval $(call KernelPackage,lib-crc32c))
 define KernelPackage/lib-lzo
   SUBMENU:=$(LIB_MENU)
   TITLE:=LZO support
+  DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
   KCONFIG:= \
        [email protected] \
        CONFIG_LZO_COMPRESS \
@@ -145,6 +146,7 @@ $(eval $(call KernelPackage,lib-zstd))
 define KernelPackage/lib-lz4
   SUBMENU:=$(LIB_MENU)
   TITLE:=LZ4 support
+  DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
   HIDDEN:=1
   KCONFIG:= \
        [email protected] \
-- 
2.11.0


_______________________________________________
Lede-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to