mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
board: add support for exFAT file systems
From https://en.wikipedia.org/wiki/exFAT: ... a file system optimized for flash memory such as USB flash drives and SD cards. ... has been adopted by the SD Association as the default file system for SDXC and SDUC cards larger than 32 GB. The exfatprogs is also a default installed package on most modern distros, compared to dosfstools (mkfs.vfat) which is not. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -512,6 +512,7 @@ CONFIG_FUSE_FS=y
|
||||
CONFIG_VIRTIO_FS=y
|
||||
CONFIG_OVERLAY_FS=y
|
||||
CONFIG_VFAT_FS=y
|
||||
CONFIG_EXFAT_FS=y
|
||||
CONFIG_TMPFS=y
|
||||
CONFIG_TMPFS_POSIX_ACL=y
|
||||
CONFIG_SQUASHFS=y
|
||||
|
||||
@@ -245,6 +245,7 @@ CONFIG_FUSE_FS=y
|
||||
CONFIG_VIRTIO_FS=y
|
||||
CONFIG_OVERLAY_FS=y
|
||||
CONFIG_VFAT_FS=y
|
||||
CONFIG_EXFAT_FS=y
|
||||
CONFIG_TMPFS=y
|
||||
CONFIG_TMPFS_POSIX_ACL=y
|
||||
CONFIG_SQUASHFS=y
|
||||
|
||||
Reference in New Issue
Block a user