summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-29 08:42:53 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-29 09:35:56 +0200
commit0d2c121bf557862c654e99588aa8309ee6f0c78c (patch)
tree0ca99f884b4b7f85675c4d3e431387b81ef92577
parent2f0fcda5d12d63916aadfe893bafb5881f1ee378 (diff)
default to XZ kernel compression
-rw-r--r--target/linux/config/Config.in.compression4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.compression b/target/linux/config/Config.in.compression
index f91126398..067b4b4e5 100644
--- a/target/linux/config/Config.in.compression
+++ b/target/linux/config/Config.in.compression
@@ -72,9 +72,9 @@ config ADK_KERNEL_INITRAMFS_SOURCE
choice
prompt "Kernel compression"
+depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
default ADK_KERNEL_COMP_GZIP if ADK_TARGET_BOARD_BCM28XX
-default ADK_KERNEL_COMP_XZ if ADK_TARGET_KERNEL_WITH_COMPRESSION
-default ADK_KERNEL_COMPRESS_NONE
+default ADK_KERNEL_COMP_XZ
config ADK_KERNEL_COMP_XZ
bool "use XZ compression"