2010-03-02 00:14:33 +01:00
|
|
|
config BR2_PACKAGE_SQUASHFS
|
|
|
|
bool "squashfs"
|
2010-05-26 22:17:52 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2010-03-02 00:14:33 +01:00
|
|
|
help
|
|
|
|
Tools to generate SquashFS filesystems.
|
|
|
|
|
|
|
|
http://squashfs.sourceforge.net/
|
2010-05-26 22:17:52 +02:00
|
|
|
|
2010-09-20 16:19:26 +02:00
|
|
|
if BR2_PACKAGE_SQUASHFS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUASHFS_GZIP
|
|
|
|
bool "gzip support"
|
|
|
|
default y
|
|
|
|
select BR2_PACKAGE_GZIP
|
|
|
|
help
|
|
|
|
Support GZIP compression algorithm
|
|
|
|
|
2010-09-20 22:05:39 +02:00
|
|
|
config BR2_PACKAGE_SQUASHFS_LZMA
|
|
|
|
bool "lzma support"
|
|
|
|
select BR2_PACKAGE_XZ
|
|
|
|
help
|
|
|
|
Support LZMA compression algorithm
|
|
|
|
|
2010-09-20 16:19:26 +02:00
|
|
|
config BR2_PACKAGE_SQUASHFS_LZO
|
|
|
|
bool "lzo support"
|
|
|
|
select BR2_PACKAGE_LZO
|
|
|
|
help
|
|
|
|
Support LZO compression algorithm
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-05-26 22:17:52 +02:00
|
|
|
comment "squashfs requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|