summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-12 17:00:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-12 17:00:10 +0100
commit40c659a92804952ec4aa99dd9a780f2d92a3b64a (patch)
tree1d001ec892c476c4ba518e3d4d32acce76ae4e1e /rules/host-squashfs-tools.make
parent91e068dd87d0c1635d9c58eaf1ee3c202c0dfdb3 (diff)
downloadptxdist-40c659a92804952ec4aa99dd9a780f2d92a3b64a.tar.gz
ptxdist-40c659a92804952ec4aa99dd9a780f2d92a3b64a.tar.xz
host-squashfs-tools: support xz compression
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-squashfs-tools.make')
-rw-r--r--rules/host-squashfs-tools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index 5ed76f2cc..987fc1aac 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -23,7 +23,7 @@ HOST_SQUASHFS_TOOLS_SUBDIR := squashfs-tools
# Compile
# ----------------------------------------------------------------------------
-HOST_SQUASHFS_TOOLS_MAKE_OPT := LZO_SUPPORT=1
+HOST_SQUASHFS_TOOLS_MAKE_OPT := LZO_SUPPORT=1 XZ_SUPPORT=1
HOST_SQUASHFS_TOOLS_MAKE_ENV := $(HOST_ENV)
HOST_SQUASHFS_TOOLS_MAKE_PAR := NO
HOST_SQUASHFS_TOOLS_INSTALL_OPT = install INSTALL_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/sbin"