db697f96b7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
config BR2_PACKAGE_NTFSPROGS
|
|
bool "ntfsprogs"
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_DEPRECATED
|
|
help
|
|
wide collection of NTFS utilities
|
|
|
|
http://www.linux-ntfs.org/
|
|
|
|
comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
|
|
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE
|