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
|
|
|
|
|
|
|
comment "squashfs requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|