File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -2777,7 +2777,12 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
27772777# CONFIG_PSTORE is not set
27782778# CONFIG_SYSV_FS is not set
27792779# CONFIG_UFS_FS is not set
2780- # CONFIG_EROFS_FS is not set
2780+ CONFIG_EROFS_FS=y
2781+ CONFIG_EROFS_FS_XATTR=y
2782+ CONFIG_EROFS_FS_POSIX_ACL=y
2783+ CONFIG_EROFS_FS_SECURITY=y
2784+ CONFIG_EROFS_FS_ZIP=y
2785+ CONFIG_EROFS_FS_ZIP_LZMA=y
27812786# CONFIG_NETWORK_FILESYSTEMS is not set
27822787CONFIG_NLS=y
27832788CONFIG_NLS_DEFAULT="utf8"
Original file line number Diff line number Diff line change @@ -2477,7 +2477,12 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
24772477# CONFIG_PSTORE is not set
24782478# CONFIG_SYSV_FS is not set
24792479# CONFIG_UFS_FS is not set
2480- # CONFIG_EROFS_FS is not set
2480+ CONFIG_EROFS_FS=y
2481+ CONFIG_EROFS_FS_XATTR=y
2482+ CONFIG_EROFS_FS_POSIX_ACL=y
2483+ CONFIG_EROFS_FS_SECURITY=y
2484+ CONFIG_EROFS_FS_ZIP=y
2485+ CONFIG_EROFS_FS_ZIP_LZMA=y
24812486# CONFIG_NETWORK_FILESYSTEMS is not set
24822487CONFIG_NLS=y
24832488CONFIG_NLS_DEFAULT="utf8"
Original file line number Diff line number Diff line change @@ -2647,7 +2647,13 @@ CONFIG_CONFIGFS_FS=y
26472647CONFIG_EFIVAR_FS=y
26482648# end of Pseudo filesystems
26492649
2650- # CONFIG_MISC_FILESYSTEMS is not set
2650+ CONFIG_MISC_FILESYSTEMS=y
2651+ CONFIG_EROFS_FS=y
2652+ CONFIG_EROFS_FS_XATTR=y
2653+ CONFIG_EROFS_FS_POSIX_ACL=y
2654+ CONFIG_EROFS_FS_SECURITY=y
2655+ CONFIG_EROFS_FS_ZIP=y
2656+ CONFIG_EROFS_FS_ZIP_LZMA=y
26512657# CONFIG_NETWORK_FILESYSTEMS is not set
26522658CONFIG_NLS=y
26532659CONFIG_NLS_DEFAULT="utf8"
You can’t perform that action at this time.
0 commit comments