ec1bd9900a
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
config BR2_PACKAGE_SQUASHFS
|
|
bool "squashfs"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
Tools to generate SquashFS filesystems.
|
|
|
|
http://squashfs.sourceforge.net/
|
|
|
|
comment "squashfs requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|