summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-28 23:35:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-28 23:35:35 +0100
commit215c8560a1c187a92a17d4195bf88f274454d8de (patch)
tree3c466fffa98d3d8ac8137900b759d199466a84b0 /target
parent8895421c8a3778abc94ebd6904c8c60b94fcf7a8 (diff)
use zstd as default, xz makes me trouble with 6.6.x
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.compression18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/config/Config.in.compression b/target/linux/config/Config.in.compression
index 92eb58616..399695a0c 100644
--- a/target/linux/config/Config.in.compression
+++ b/target/linux/config/Config.in.compression
@@ -84,15 +84,7 @@ 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_XZ
-
-config ADK_LINUX_KERNEL_COMP_XZ
- bool "use XZ compression"
- select ADK_LINUX_KERNEL_RD_XZ
- select ADK_LINUX_KERNEL_KERNEL_XZ
- select ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_XZ
- depends on ADK_TARGET_KERNEL_WITH_COMPRESSION \
- || ADK_TARGET_GENERIC
+default ADK_LINUX_KERNEL_COMP_ZSTD
config ADK_LINUX_KERNEL_COMP_ZSTD
bool "use Zstandard compression"
@@ -102,6 +94,14 @@ config ADK_LINUX_KERNEL_COMP_ZSTD
depends on ADK_TARGET_KERNEL_WITH_COMPRESSION \
|| ADK_TARGET_GENERIC
+config ADK_LINUX_KERNEL_COMP_XZ
+ bool "use XZ compression"
+ select ADK_LINUX_KERNEL_RD_XZ
+ select ADK_LINUX_KERNEL_KERNEL_XZ
+ select ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_XZ
+ depends on ADK_TARGET_KERNEL_WITH_COMPRESSION \
+ || ADK_TARGET_GENERIC
+
config ADK_LINUX_KERNEL_COMP_LZ4
bool "use LZ4 compression"
select ADK_LINUX_KERNEL_RD_LZ4