Skip to content

Commit 3a0a5a7

Browse files
committed
Enable EROFS
1 parent 46b5aab commit 3a0a5a7

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

arch/arm64/configs/ch_defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
27822787
CONFIG_NLS=y
27832788
CONFIG_NLS_DEFAULT="utf8"

arch/riscv/configs/ch_defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
24822487
CONFIG_NLS=y
24832488
CONFIG_NLS_DEFAULT="utf8"

arch/x86/configs/ch_defconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,13 @@ CONFIG_CONFIGFS_FS=y
26472647
CONFIG_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
26522658
CONFIG_NLS=y
26532659
CONFIG_NLS_DEFAULT="utf8"

0 commit comments

Comments
 (0)