Thanks, applied as d2a7bb8337adf3719580c7507b6bb995b0a56c24. Michael
[sent from post-receive hook] On Fri, 17 Dec 2021 14:27:09 +0100, Sascha Hauer <[email protected]> wrote: > mkfs.ubifs supports zstd. Enable this by default to allow building > UBIFS images with zstd. > > Signed-off-by: Sascha Hauer <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in > index 4bdd554d94b1..f873b9df9444 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 0352339f0215..61179adce1b9 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 > _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
