squashfs: fix zlib dependency
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 19 Feb 2011 19:46:50 +0000 (20:46 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 19 Feb 2011 19:46:50 +0000 (20:46 +0100)
The 'gzip' compression supports just needs zlib, and not the gzip package.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/squashfs/Config.in

index 39cb7f3e871c8b5789c6e33f38b312676b82fa22..d28926e0f22c58d23282f0e1385ab2eea6262dc0 100644 (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