squashfs-tools: change default compression options to n
authorAlexandru Ardelean <redacted>
Thu, 9 Jun 2016 15:44:20 +0000 (18:44 +0300)
committerAlexandru Ardelean <redacted>
Thu, 9 Jun 2016 15:44:22 +0000 (18:44 +0300)
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 <redacted>
utils/squashfs-tools/Config.in
utils/squashfs-tools/Makefile

index dcc3c4ef0e5d78c76aa6bf00d05717e730d8033c..eae3ae184e65724aba4db20f960950a2441c553a 100644 (file)
@@ -2,16 +2,16 @@ config SQUASHFS_TOOLS_LZO_SUPPORT
        depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
        bool "Enable LZO support"
        select PACKAGE_liblzo
-       default y
+       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 y
+       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 y
+       default n
index 9da23bc2e58f404210cea81fb85bfd38ac78b23a..51d547ac5de7695455aca2338763b8765d843884 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=squashfs-tools
 PKG_VERSION:=4.3
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING
 
git clone https://git.99rst.org/PROJECT