Merge pull request #2773 from blogic/smstools
[feed/packages.git] / utils / squashfs-tools / Config.in
1 config SQUASHFS_TOOLS_LZO_SUPPORT
2 depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
3 bool "Enable LZO support"
4 select PACKAGE_liblzo
5 default n
6
7 config SQUASHFS_TOOLS_LZ4_SUPPORT
8 depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
9 bool "Enable LZ4 support"
10 select PACKAGE_liblz4
11 default n
12
13 config SQUASHFS_TOOLS_XZ_SUPPORT
14 depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
15 bool "Enable XZ support"
16 select PACKAGE_liblzma
17 default n