2009-03-02 17:58:13 +01:00
|
|
|
config BR2_PACKAGE_NTFSPROGS
|
|
|
|
bool "ntfsprogs"
|
|
|
|
depends on BR2_USE_WCHAR
|
2010-05-26 14:11:31 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2009-03-02 17:58:13 +01:00
|
|
|
help
|
|
|
|
wide collection of NTFS utilities
|
|
|
|
|
|
|
|
http://www.linux-ntfs.org/
|
|
|
|
|
2010-05-26 14:11:31 +02:00
|
|
|
comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE
|