]> Git Repo - buildroot-mgba.git/blob - fs/squashfs/Config.in
squashfs3: remove deprecated package/rootfs
[buildroot-mgba.git] / fs / squashfs / Config.in
1 config BR2_TARGET_ROOTFS_SQUASHFS
2         bool "squashfs root filesystem"
3         help
4           Build a squashfs root filesystem
5
6 if BR2_TARGET_ROOTFS_SQUASHFS
7
8 choice
9         prompt "Compression algorithm"
10         default BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
11         help
12           Select the squashfs compression algorithm to use when
13           generating the filesystem.
14
15 config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
16         bool "gzip"
17
18 config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA
19         bool "lzma"
20
21 config BR2_TARGET_ROOTFS_SQUASHFS4_LZO
22         bool "lzo"
23
24 config BR2_TARGET_ROOTFS_SQUASHFS4_XZ
25         bool "xz"
26
27 endchoice
28 endif
This page took 0.026701 seconds and 4 git commands to generate.