Config.in 637 B

123456789101112131415
  1. comment "ntfs-3g has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G
  3. config BR2_PACKAGE_NTFS-3G
  4. bool "ntfs-3g"
  5. select BR2_PACKAGE_PKGCONFIG
  6. help
  7. The NTFS-3G driver is an open source, freely available
  8. read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
  9. and Haiku. It provides safe and fast handling of the Windows
  10. XP, Windows Server 2003, Windows 2000 and Windows Vista file
  11. systems. Most POSIX file system operations are supported, with
  12. the exception of full file ownership and access right support.
  13. http://www.ntfs-3g.org/