Re: [PATCH] cmd: license: Add CONFIG_GZIP dependency

2024-01-19 Thread Tom Rini
On Thu, Jan 11, 2024 at 12:58:19PM +, Ivan Orlov wrote: > '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

[PATCH] cmd: license: Add CONFIG_GZIP dependency

2024-01-11 Thread Ivan Orlov
'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.