Merge pull request #1297 from flatcar/scripts

add zstd support to squashfs (release 3602)
This commit is contained in:
Jeremi Piotrowski 2023-12-11 15:26:43 +01:00
commit 934145ad91
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- linux kernel: added zstd support for squashfs kernel module ([scripts#](https://github.com/flatcar/scripts/pull/1297))

View File

@ -854,6 +854,7 @@ CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_ZSTD=y
CONFIG_STACKPROTECTOR_STRONG=y
CONFIG_STRICT_DEVMEM=y
CONFIG_STRIP_ASM_SYMS=y