1 config BR2_TARGET_ROOTFS_SQUASHFS
2 bool "squashfs root filesystem"
4 Build a squashfs root filesystem
6 if BR2_TARGET_ROOTFS_SQUASHFS
9 prompt "Compression algorithm"
10 default BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
12 Select the squashfs compression algorithm to use when
13 generating the filesystem.
15 config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
18 config BR2_TARGET_ROOTFS_SQUASHFS4_LZ4
21 config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA
24 config BR2_TARGET_ROOTFS_SQUASHFS4_LZO
27 config BR2_TARGET_ROOTFS_SQUASHFS4_XZ