From fa361ae134da42d6574b2d0d6e17cafdfc4e9cc2 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Mon, 30 Jan 2012 12:35:24 +0100 Subject: host-squashfs-tools: Add LZO support Signed-off-by: Alexander Stein Signed-off-by: Michael Olbrich --- rules/host-squashfs-tools.in | 1 + rules/host-squashfs-tools.make | 1 + 2 files changed, 2 insertions(+) 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" -- cgit v1.2.3