From a385b345ecc83b7e33d8ebbf3799498d9d1d92ac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Oct 2017 09:17:45 +0200 Subject: allow lz4 commpression for x86_64 --- target/linux/config/Config.in.compression | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.compression b/target/linux/config/Config.in.compression index 067b4b4e5..45b83fd96 100644 --- a/target/linux/config/Config.in.compression +++ b/target/linux/config/Config.in.compression @@ -89,7 +89,9 @@ config ADK_KERNEL_COMP_LZ4 select ADK_KERNEL_RD_LZ4 select ADK_KERNEL_KERNEL_LZ4 select ADK_KERNEL_INITRAMFS_COMPRESSION_LZ4 - depends on ADK_TARGET_ARCH_X86 || ADK_TARGET_ARCH_ARM + depends on ADK_TARGET_ARCH_ARM \ + || ADK_TARGET_ARCH_X86 \ + || ADK_TARGET_ARCH_X86_64 depends on ADK_TARGET_KERNEL_WITH_COMPRESSION \ || ADK_TARGET_GENERIC -- cgit v1.2.3