1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/utils/squashfs-tools/Config.in
Alexandru Ardelean dcd86b9f47 squashfs-tools: change default compression options to n
Otherwise it will pull all compression libraries to install
(on newly configured targets) when maybe 1 or 2 are needed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-06-09 18:44:22 +03:00

18 lines
535 B
Plaintext

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