]> Git Repo - buildroot-mgba.git/blob - package/squashfs/Config.in
squashfs: bump 4.x, add lzo support
[buildroot-mgba.git] / package / squashfs / Config.in
1 config BR2_PACKAGE_SQUASHFS
2         bool "squashfs"
3         depends on BR2_LARGEFILE
4         help
5           Tools to generate SquashFS filesystems.
6
7           http://squashfs.sourceforge.net/
8
9 if BR2_PACKAGE_SQUASHFS
10
11 config BR2_PACKAGE_SQUASHFS_GZIP
12        bool "gzip support"
13        default y
14        select BR2_PACKAGE_GZIP
15        help
16          Support GZIP compression algorithm
17
18 config BR2_PACKAGE_SQUASHFS_LZO
19        bool "lzo support"
20        select BR2_PACKAGE_LZO
21        help
22          Support LZO compression algorithm
23
24 endif
25
26 comment "squashfs requires a toolchain with LARGEFILE support"
27         depends on !BR2_LARGEFILE
This page took 0.028851 seconds and 4 git commands to generate.