Skip to content
Snippets Groups Projects
Commit 3c54c283 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

linux: enable CONFIG_SQUASH_ZSTD=y


This is useful for the outer squashfs used to deliver a RAUC update
bundle.  The inner squashfs uses stronger compression. The outer is now
using zstd (since a5437196). Having two layers of strong compression
makes no sense, as it cannot offer any improvements, and is much heavier
on CPU and memory.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 9dfd6ed5
No related branches found
No related tags found
1 merge request!50many: enable sysota for QEMU x86{,-64}
......@@ -4,3 +4,4 @@
# Root filesystem is by default squashfs
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_ZSTD=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment