Skip to content

Commit

Permalink
Merge pull request #1295 from flatcar/t-lo/3745-add-squashfs-zstd
Browse files Browse the repository at this point in the history
add zstd support to squashfs (release 3745)
  • Loading branch information
t-lo authored Oct 23, 2023
2 parents 6a01dd8 + e05ba7e commit 8d91f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/changes/2023-10-23-squashfs-zstd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- linux kernel: added zstd support for squashfs kernel module ([scripts#](https://github.com/flatcar/scripts/pull/1295))
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d91f3f

Please sign in to comment.