summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.in
diff options
context:
space:
mode:
authorBruno Thomsen <bruno.thomsen@gmail.com>2020-07-24 17:51:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-30 12:10:35 +0200
commit69b9062765aa71af6828e2db7a810bdd9571bd06 (patch)
treee1aac639d6a5af432941e6479e367f2ba85caa1c /rules/host-squashfs-tools.in
parentc6aae0220ea911420adc14bd6feb406e69790f5c (diff)
downloadptxdist-69b9062765aa71af6828e2db7a810bdd9571bd06.tar.gz
ptxdist-69b9062765aa71af6828e2db7a810bdd9571bd06.tar.xz
host-squashfs-tools: fix lz4 compression option
Conditional select host-lz4 package if lz4 compressions is used by image-root-squashfs and enable support in package. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20200724155103.6374-5-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-squashfs-tools.in')
-rw-r--r--rules/host-squashfs-tools.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/host-squashfs-tools.in b/rules/host-squashfs-tools.in
index 3ba693aaf..b6f3e8f4f 100644
--- a/rules/host-squashfs-tools.in
+++ b/rules/host-squashfs-tools.in
@@ -4,6 +4,7 @@ config HOST_SQUASHFS_TOOLS
tristate
select HOST_ZLIB
select HOST_LIBLZO if HOST_SQUASHFS_TOOLS_LZO_SUPPORT
+ select HOST_LZ4 if HOST_SQUASHFS_TOOLS_LZ4_SUPPORT
select HOST_XZ if HOST_SQUASHFS_TOOLS_XZ_SUPPORT
select HOST_ZSTD if HOST_SQUASHFS_TOOLS_ZSTD_SUPPORT
default y if ALLYES
@@ -13,6 +14,9 @@ if HOST_SQUASHFS_TOOLS
config HOST_SQUASHFS_TOOLS_LZO_SUPPORT
bool
+config HOST_SQUASHFS_TOOLS_LZ4_SUPPORT
+ bool
+
config HOST_SQUASHFS_TOOLS_XZ_SUPPORT
bool