[source] kernel: add missing dependencies to kmod-crypto-acompress
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 16 13:18:35 PST 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/712e1b36f4b9ebcdd5bd0042f3ba14361632a2a7
commit 712e1b36f4b9ebcdd5bd0042f3ba14361632a2a7
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 26 00:24:28 2017 +0100
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 <hauke at hauke-m.de>
---
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 c40e333..6d7e0dc 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:= \
CONFIG_CRYPTO_LZO at ge4.9 \
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:= \
CONFIG_CRYPTO_LZ4 at ge4.9 \
More information about the lede-commits
mailing list