Browse Source

squashfs: fix zlib dependency

The 'gzip' compression supports just needs zlib, and not the gzip package.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 years ago
parent
commit
cbd5099271
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/squashfs/Config.in

+ 1 - 1
package/squashfs/Config.in

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