Skip to content

Commit

Permalink
mips: configs: enable SquashFS compression support, OverlayFS
Browse files Browse the repository at this point in the history
Enable compressed SquashFS and OverlayFS support as required by the
installation media. Also tune SquashFS defaults to optimise performance.

Signed-off-by: Mingcong Bai <[email protected]>
  • Loading branch information
MingcongBai committed Jan 23, 2025
1 parent 8b7763e commit 743d4a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/mips/configs/deepin_loongson3_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ CONFIG_QFMT_V2=m
CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=m
CONFIG_VIRTIO_FS=m
CONFIG_OVERLAY_FS=y
CONFIG_FSCACHE=m
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
Expand All @@ -364,7 +365,13 @@ CONFIG_TMPFS_POSIX_ACL=y
CONFIG_CONFIGFS_FS=y
CONFIG_CRAMFS=m
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_FILE_DIRECT=y
CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_ZSTD=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
Expand Down

0 comments on commit 743d4a4

Please sign in to comment.