mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
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>
This commit is contained in:
parent
0afee2623d
commit
cf536daeed
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ config CMD_HISTORY
|
|||
config CMD_LICENSE
|
||||
bool "license"
|
||||
select BUILD_BIN2C
|
||||
depends on GZIP
|
||||
help
|
||||
Print GPL license text
|
||||
|
||||
|
|
Loading…
Reference in a new issue