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 /Config.in | |
parent | 0c8bd135f0eb8e5e9cb5072d88aefbc52f764cc8 (diff) |
finetune ADK_TARGET_NO_KERNEL menu
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ source "target/linux/config/Config.in.compression" source "target/config/Config.in.cmdline" menu "Advanced Linux Kernel configuration" - visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_LINUX_KERNEL_USE_DEFCONFIG && !ADK_TARGET_LINUX_KERNEL_USE_CUSTOMCONFIG + visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_LINUX_KERNEL_USE_DEFCONFIG && !ADK_TARGET_LINUX_KERNEL_USE_CUSTOMCONFIG && !ADK_TARGET_NO_KERNEL source "target/linux/Config.in" endmenu endmenu |