Skip to content

Commit

Permalink
Merge pull request #863 from natali-rs1985/T6952
Browse files Browse the repository at this point in the history
T6952: enable exFat in kernel config
  • Loading branch information
c-po authored Dec 23, 2024
2 parents 3b95165 + 2a27860 commit 4431096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6194,7 +6194,7 @@ CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_FAT_DEFAULT_UTF8=y
# CONFIG_EXFAT_FS is not set
CONFIG_EXFAT_FS=m
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS3_FS is not set
# end of DOS/FAT/EXFAT/NT Filesystems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5452,7 +5452,7 @@ CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_FAT_DEFAULT_UTF8=y
# CONFIG_EXFAT_FS is not set
CONFIG_EXFAT_FS=m
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS3_FS is not set
# end of DOS/FAT/EXFAT/NT Filesystems
Expand Down

0 comments on commit 4431096

Please sign in to comment.