summaryrefslogtreecommitdiffstats
path: root/package/exfat-utils/Config.in
blob: 1fc68be8a6c76c866899210c21980bd959e7a134 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_EXFAT_UTILS
	bool "exfat-utils"
	depends on BR2_LARGEFILE
	depends on BR2_USE_WCHAR
	help
	  exFAT filesystem utilities.

	  http://code.google.com/p/exfat/

comment "exfat-utils requires a toolchain with LARGEFILE and WCHAR support"
	depends on !BR2_LARGEFILE || !BR2_USE_WCHAR