commit | d080a1a116fc112cd312a7397dc2789dae33c32e | [log] [tgz] |
---|---|---|
author | Ivan Orlov <ivan.orlov@codethink.co.uk> | Thu Jan 11 12:58:19 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 20:24:13 2024 -0500 |
tree | ecfa241db68ea3a709326fc7f0c7f71c3131fbe4 | |
parent | 8f665ecf6ffa769a2dc6a02d9222939729419b89 [diff] |
cmd: license: Add CONFIG_GZIP dependency 'License' command processing code could be successfully compiled only when CONFIG_GZIP option is enabled, otherwise it can't find the 'gunzip' function definition (it is defined in lib/gunzip.c). Add CONFIG_GZIP dependency to 'license' command config option in the corresponding Kconfig. Signed-off-by: Ivan Orlov <ivan.orlov@codethink.co.uk>