squashfs: fix zlib dependency
The 'gzip' compression supports just needs zlib, and not the gzip package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
833724e1b1
commit
cbd5099271
@ -11,7 +11,7 @@ if BR2_PACKAGE_SQUASHFS
|
||||
config BR2_PACKAGE_SQUASHFS_GZIP
|
||||
bool "gzip support"
|
||||
default y
|
||||
select BR2_PACKAGE_GZIP
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Support GZIP compression algorithm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user