2013-02-25 09:47:36 +01:00
|
|
|
config BR2_PACKAGE_F2FS_TOOLS
|
|
|
|
bool "f2fs-tools"
|
2017-04-22 19:17:53 +02:00
|
|
|
depends on BR2_USE_WCHAR # uses wchar_t
|
2013-02-25 09:47:36 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
2013-03-03 02:28:47 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2013-02-25 09:47:36 +01:00
|
|
|
help
|
|
|
|
Tools for Flash-Friendly File System (F2FS)
|
|
|
|
|
2018-06-12 19:40:48 +02:00
|
|
|
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
|
2013-02-25 09:47:36 +01:00
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "f2fs-tools needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|