commit 895cf9eaf100f8324d5ac0a620cb4448eb6bfdd3
parent 8aa57f94e3659a42e34cf36b5d721d2500b33c28
Author: champtar <champetier.etienne@gmail.com>
Date: Mon, 13 Jun 2016 10:59:12 +0200
Merge pull request #2830 from commodo/squashfs-tools-update
squashfs-tools: change default compression options to n
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/utils/squashfs-tools/Config.in b/utils/squashfs-tools/Config.in
@@ -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
diff --git a/utils/squashfs-tools/Makefile b/utils/squashfs-tools/Makefile
@@ -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