linuxOS_AP05/buildroot/configs/rockchip/ntfs.config
2025-06-02 13:59:07 +08:00

8 lines
265 B
Plaintext

# - A full-featured exFAT file system implementation and exFAT filesystem utilities.
BR2_PACKAGE_EXFAT=y
BR2_PACKAGE_EXFAT_UTILS=y
# - Support the read/write NTFS driver for Linux
BR2_PACKAGE_NTFS_3G=y
BR2_PACKAGE_NTFS_3G_NTFSPROGS=y
BR2_PACKAGE_UTIL_LINUX_MOUNT=y