mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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
|
config BR2_PACKAGE_SQUASHFS_GZIP
|
||||||
bool "gzip support"
|
bool "gzip support"
|
||||||
default y
|
default y
|
||||||
select BR2_PACKAGE_GZIP
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Support GZIP compression algorithm
|
Support GZIP compression algorithm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user