NVIDIA: SAUCE: arm64: config: enable XZ and LZO for Squashfs
BugLink: https://bugs.launchpad.net/bugs/2072591 Snap apps are packaged as Squashfs type of archive. Most of Snap apps are using XZ or LZO compression method, so we need to enable CONFIG_SQUASHFS_XZ and CONFIG_SQUASHFS_LZO in kernel to support the compression methods. http://nvbugs/4298686 Signed-off-by: Penny Chiu <pchiu@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Jacob Martin <jacob.martin@canonical.com> Acked-by: Noah Wager <noah.wager@canonical.com> Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
@@ -1578,6 +1578,8 @@ CONFIG_HUGETLBFS=y
|
||||
CONFIG_EFIVAR_FS=y
|
||||
CONFIG_UBIFS_FS=m
|
||||
CONFIG_SQUASHFS=y
|
||||
CONFIG_SQUASHFS_LZO=y
|
||||
CONFIG_SQUASHFS_XZ=y
|
||||
CONFIG_NFS_FS=y
|
||||
CONFIG_NFS_V4=y
|
||||
CONFIG_NFS_V4_1=y
|
||||
|
||||
Reference in New Issue
Block a user