diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-03 09:36:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-03 09:36:36 +0100 |
commit | 0c8bd135f0eb8e5e9cb5072d88aefbc52f764cc8 (patch) | |
tree | 53024aff7f03fd9173c4d0197306e14de72fe446 /target/config/Config.in.kernelfmt | |
parent | cf8099bef716953dc528e5e42bc93ef719cb41b4 (diff) |
add support for no Linux kernel builds, use it for arcturus-ucbf54x
Diffstat (limited to 'target/config/Config.in.kernelfmt')
-rw-r--r-- | target/config/Config.in.kernelfmt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt index 1a0b3f7af..2704b08ae 100644 --- a/target/config/Config.in.kernelfmt +++ b/target/config/Config.in.kernelfmt @@ -77,6 +77,9 @@ config ADK_TARGET_KERNEL default "bzImage" if ADK_TARGET_SYSTEM_GENERIC_X86_64 || ADK_TARGET_SYSTEM_GENERIC_X86 default "vmlinux" +config ADK_TARGET_NO_KERNEL + bool + config ADK_TARGET_KERNEL_WITH_COMPRESSION bool |