diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-15 09:17:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-17 20:11:42 +0200 |
commit | a385b345ecc83b7e33d8ebbf3799498d9d1d92ac (patch) | |
tree | 5de3f940ed600adbc9869518100a589fd9e02901 | |
parent | 3914d47810551fac123083f1f442055644b3e497 (diff) |
allow lz4 commpression for x86_64
-rw-r--r-- | target/linux/config/Config.in.compression | 4 |
1 files changed, 3 insertions, 1 deletions
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 |