1config BR2_PACKAGE_F2FS_TOOLS 2 bool "f2fs-tools" 3 depends on BR2_USE_WCHAR # uses wchar_t 4 select BR2_PACKAGE_UTIL_LINUX 5 select BR2_PACKAGE_UTIL_LINUX_LIBUUID 6 help 7 Tools for Flash-Friendly File System (F2FS) 8 9 https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git 10 11comment "f2fs-tools needs a toolchain w/ wchar" 12 depends on !BR2_USE_WCHAR 13