Config.in 293 B

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