summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2012-01-30 12:35:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-01 13:15:37 +0100
commitfa361ae134da42d6574b2d0d6e17cafdfc4e9cc2 (patch)
treef756e245ce7126763cc96069bf36ec703d201345
parentd479d445f08a4aa32f9c552533dcfaf0d25f8478 (diff)
downloadptxdist-fa361ae134da42d6574b2d0d6e17cafdfc4e9cc2.tar.gz
ptxdist-fa361ae134da42d6574b2d0d6e17cafdfc4e9cc2.tar.xz
host-squashfs-tools: Add LZO support
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-squashfs-tools.in1
-rw-r--r--rules/host-squashfs-tools.make1
2 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-squashfs-tools.in b/rules/host-squashfs-tools.in
index cddcfa7c6..d16909e21 100644
--- a/rules/host-squashfs-tools.in
+++ b/rules/host-squashfs-tools.in
@@ -3,4 +3,5 @@
config HOST_SQUASHFS_TOOLS
tristate
select HOST_ZLIB
+ select HOST_LIBLZO
default ALLYES
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index af63a28a0..5ed76f2cc 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -23,6 +23,7 @@ HOST_SQUASHFS_TOOLS_SUBDIR := squashfs-tools
# Compile
# ----------------------------------------------------------------------------
+HOST_SQUASHFS_TOOLS_MAKE_OPT := LZO_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"