summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-02 09:15:56 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2025-03-02 10:18:36 +0100
commit5b29aec0b565aaebe618d7e480e7d6013c9516ba (patch)
treebc847ded280ad59e811da8134d24177f042ee20c /target/config
parentc1e4b81e2b59cabf89a0cf1fa60418739171330f (diff)
arcturus-ucbf54x: add kernel compression support
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelfmt4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt
index b80853385..1a0b3f7af 100644
--- a/target/config/Config.in.kernelfmt
+++ b/target/config/Config.in.kernelfmt
@@ -13,6 +13,9 @@ config ADK_TARGET_KERNEL_LINUXBIN
config ADK_TARGET_KERNEL_IMAGE
bool
+config ADK_TARGET_KERNEL_IMAGE_GZ
+ bool
+
config ADK_TARGET_KERNEL_UIMAGE
bool
@@ -55,6 +58,7 @@ config ADK_TARGET_KERNEL_LOADER
config ADK_TARGET_KERNEL
string
default "loader" if ADK_TARGET_KERNEL_LOADER
+ default "vmImage.gz" if ADK_TARGET_KERNEL_IMAGE_GZ
default "uImage" if ADK_TARGET_KERNEL_UIMAGE
default "uImage.bin" if ADK_TARGET_KERNEL_UIMAGEBIN
default "uImage.gz" if ADK_TARGET_KERNEL_UIMAGEGZ