git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903eb12
)
cmd: add "config" command dependency on gzip
author
Marius Dinu
<m95d+git@psihoexpert.ro>
Wed, 11 Jun 2025 13:02:12 +0000
(13:02 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index
f21d27c
..
057f091
100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-153,6
+153,7
@@
config CMD_CONFIG
bool "config"
default SANDBOX
select BUILD_BIN2C
+ select GZIP
help
Print ".config" contents.