linuxOS_AP05/buildroot/configs/rockchip/ntfs.config

8 lines
265 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
# - 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