summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-01 15:45:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-02 09:00:21 +0100
commita621905a0211cf95850ad0125e38a9012c4933a9 (patch)
tree1ed765e5832e68312cd1565bcf511c557dd5fd64
parentc67a4d9a5114adc708f46c84afb8a38ff367f5c7 (diff)
use only zstd for or1k, still some difficulties with ARM nommu
-rw-r--r--target/linux/config/Config.in.compression3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.compression b/target/linux/config/Config.in.compression
index 399695a0c..2e3d16b6c 100644
--- a/target/linux/config/Config.in.compression
+++ b/target/linux/config/Config.in.compression
@@ -84,7 +84,8 @@ choice
prompt "Kernel compression"
depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
default ADK_LINUX_KERNEL_COMP_GZIP if ADK_TARGET_BOARD_BCM28XX
-default ADK_LINUX_KERNEL_COMP_ZSTD
+default ADK_LINUX_KERNEL_COMP_ZSTD if ADK_TARGET_ARCH_OR1K
+default ADK_LINUX_KERNEL_COMP_XZ
config ADK_LINUX_KERNEL_COMP_ZSTD
bool "use Zstandard compression"