squashfs-tools: build with xz by default
squashfs-tools aren't of much use without xz compression support on OpenWrt, as we build kernel with squashfs supporting only xz. Enabled support for xz compression by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
c7d1704feb
commit
94e1ae9b79
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ 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 n
|
default y
|
||||||
|
|
||||||
config SQUASHFS_TOOLS_ZSTD_SUPPORT
|
config SQUASHFS_TOOLS_ZSTD_SUPPORT
|
||||||
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 OpenWrt.org
|
# Copyright (C) 2016 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=squashfs-tools
|
PKG_NAME:=squashfs-tools
|
||||||
PKG_VERSION:=4.4
|
PKG_VERSION:=4.4
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
Loading…
Reference in a new issue