cmd: add "config" command dependency on gzip
authorMarius Dinu <m95d+git@psihoexpert.ro>
Wed, 11 Jun 2025 13:02:12 +0000 (13:02 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 17:57:23 +0000 (11:57 -0600)
gunzip is used in cmd/config.c

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
cmd/Kconfig

index f21d27c..057f091 100644 (file)
@@ -153,6 +153,7 @@ config CMD_CONFIG
        bool "config"
        default SANDBOX
        select BUILD_BIN2C
+       select GZIP
        help
          Print ".config" contents.