Config.in 748 B

1234567891011121314151617181920
  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_LIBFUSE
  6. depends on BR2_LARGEFILE
  7. depends on BR2_WCHAR
  8. help
  9. The NTFS-3G driver is an open source, freely available
  10. read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
  11. and Haiku. It provides safe and fast handling of the Windows
  12. XP, Windows Server 2003, Windows 2000 and Windows Vista file
  13. systems. Most POSIX file system operations are supported, with
  14. the exception of full file ownership and access right support.
  15. http://www.ntfs-3g.org/
  16. comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
  17. depends on !(BR2_LARGEFILE && BR2_WCHAR)