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)
commit56c311bd82b5521be2f0babdab2e2dab43394401
tree805465c4a359e8501e327b58f8711ba56a1c9b9f
parent3ec46991d71aa4772aeeafbce116c56ad8670fba
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