Config.in 320 B

123456789101112
  1. config BR2_PACKAGE_NTFSPROGS
  2. bool "ntfsprogs"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_LARGEFILE
  5. depends on BR2_DEPRECATED
  6. help
  7. wide collection of NTFS utilities
  8. http://www.linux-ntfs.org/
  9. comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
  10. depends on !BR2_USE_WCHAR || !BR2_LARGEFILE