Jelajahi Sumber

kernel: add missing dependencies to kmod-crypto-acompress

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]>
Hauke Mehrtens 8 tahun lalu
induk
melakukan
712e1b36f4
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      package/kernel/linux/modules/lib.mk

+ 2 - 0
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] \