]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: unzip: automatically select CONFIG_GZIP
authorMichael Walle <michael@walle.cc>
Fri, 22 May 2020 12:07:35 +0000 (14:07 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 25 May 2020 15:54:53 +0000 (11:54 -0400)
commita576dc43598bd42794cade827c5681eb669ffd97
tree805465c4a359e8501e327b58f8711ba56a1c9b9f
parentec3e313d9ec7e822eb7d9cbccefd713337a92eee
cmd: unzip: automatically select CONFIG_GZIP

unzip calls gzwrite() which is provided in lib/gunzip.c. Make sure it is
automatically pulled in if the user selects CMD_UNZIP.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Heinrich Schuchardt <xypron.glkp@gmx.de>
cmd/Kconfig