|
@ -2,16 +2,16 @@ config SQUASHFS_TOOLS_LZO_SUPPORT |
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs |
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs |
|
|
bool "Enable LZO support" |
|
|
bool "Enable LZO support" |
|
|
select PACKAGE_liblzo |
|
|
select PACKAGE_liblzo |
|
|
default y |
|
|
|
|
|
|
|
|
default n |
|
|
|
|
|
|
|
|
config SQUASHFS_TOOLS_LZ4_SUPPORT |
|
|
config SQUASHFS_TOOLS_LZ4_SUPPORT |
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs |
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs |
|
|
bool "Enable LZ4 support" |
|
|
bool "Enable LZ4 support" |
|
|
select PACKAGE_liblz4 |
|
|
select PACKAGE_liblz4 |
|
|
default y |
|
|
|
|
|
|
|
|
default n |
|
|
|
|
|
|
|
|
config SQUASHFS_TOOLS_XZ_SUPPORT |
|
|
config SQUASHFS_TOOLS_XZ_SUPPORT |
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs |
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs |
|
|
bool "Enable XZ support" |
|
|
bool "Enable XZ support" |
|
|
select PACKAGE_liblzma |
|
|
select PACKAGE_liblzma |
|
|
default y |
|
|
|
|
|
|
|
|
default n |