Commit cbd50992 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

squashfs: fix zlib dependency



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

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 833724e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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