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:
Peter Korsgaard 2011-02-19 20:46:50 +01:00
parent 833724e1b1
commit cbd5099271

View File

@ -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