| config BR2_TARGET_ROOTFS_SQUASHFS |
| bool "squashfs root filesystem" |
| Build a squashfs root filesystem |
| if BR2_TARGET_ROOTFS_SQUASHFS |
| prompt "SquashFS version" |
| default BR2_TARGET_ROOTFS_SQUASHFS4 |
| Select the Squash filesystem version to use to generate the |
| config BR2_TARGET_ROOTFS_SQUASHFS4 |
| config BR2_TARGET_ROOTFS_SQUASHFS3 |
| depends on BR2_DEPRECATED |
| prompt "Compression algorithm" |
| default BR2_TARGET_ROOTFS_SQUASHFS4_GZIP |
| depends on BR2_TARGET_ROOTFS_SQUASHFS4 |
| Select the squashfs compression algorithm to use when |
| generating the filesystem. |
| config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP |
| config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA |
| config BR2_TARGET_ROOTFS_SQUASHFS4_LZO |
| config BR2_TARGET_ROOTFS_SQUASHFS4_XZ |