summaryrefslogtreecommitdiff
path: root/package/ntfsprogs/Config.in
blob: 836a2b6fe431262e516112c2639bf9e1e1315b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_NTFSPROGS
	bool "ntfsprogs"
	depends on BR2_USE_WCHAR
	depends on BR2_LARGEFILE
	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