diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-03 09:47:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-03 09:47:14 +0100 |
commit | 197d177a7d6ed9dc846c9b5a8c4458636eb4842d (patch) | |
tree | 5c80450ef5a525f55fb4d379d31e5c43580651f1 /target/linux/config | |
parent | 0c8bd135f0eb8e5e9cb5072d88aefbc52f764cc8 (diff) |
finetune ADK_TARGET_NO_KERNEL menu
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.compression | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.compression b/target/linux/config/Config.in.compression index c2461ba80..6e6a2645c 100644 --- a/target/linux/config/Config.in.compression +++ b/target/linux/config/Config.in.compression @@ -72,7 +72,7 @@ config ADK_LINUX_KERNEL_INITRAMFS_SOURCE choice prompt "Kernel compression" -depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH +depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_NO_KERNEL default ADK_LINUX_KERNEL_COMP_ZSTD if ADK_TARGET_ARCH_OR1K default ADK_LINUX_KERNEL_COMP_GZIP |