|
@@ -1,6 +1,7 @@
|
|
|
config BR2_PACKAGE_SQUASHFS
|
|
|
bool "squashfs"
|
|
|
depends on BR2_LARGEFILE
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_PACKAGE_SQUASHFS_GZIP if !(BR2_PACKAGE_SQUASHFS_LZMA || BR2_PACKAGE_SQUASHFS_LZO)
|
|
|
help
|
|
|
Tools to generate SquashFS filesystems.
|
|
@@ -36,5 +37,5 @@ config BR2_PACKAGE_SQUASHFS_XZ
|
|
|
|
|
|
endif
|
|
|
|
|
|
-comment "squashfs requires a toolchain with LARGEFILE support"
|
|
|
- depends on !BR2_LARGEFILE
|
|
|
+comment "squashfs requires a toolchain with LARGEFILE and threads support"
|
|
|
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|