mkfs.ubifs supports zstd. Enable this by default to allow building UBIFS images with zstd.
Signed-off-by: Sascha Hauer <[email protected]> --- rules/host-mtd-utils.in | 1 + rules/host-mtd-utils.make | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in index 4bdd554d9..f873b9df9 100644 --- a/rules/host-mtd-utils.in +++ b/rules/host-mtd-utils.in @@ -6,4 +6,5 @@ config HOST_MTD_UTILS select HOST_LIBLZO select HOST_LIBUUID select HOST_ZLIB + select HOST_ZSTD default y if ALLYES diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make index 0352339f0..61179adce 100644 --- a/rules/host-mtd-utils.make +++ b/rules/host-mtd-utils.make @@ -31,7 +31,7 @@ HOST_MTD_UTILS_CONF_OPT := \ --with-ubifs \ --with-xattr \ --with-lzo \ - --without-zstd \ + --with-zstd \ --without-selinux \ --without-crypto -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
