2017-12-28 20:45:55 +01:00
|
|
|
config BR2_PACKAGE_NILFS_UTILS
|
|
|
|
bool "nilfs-utils"
|
2018-09-26 20:20:44 +02:00
|
|
|
depends on BR2_USE_MMU # util-linux libmount, libblkid
|
2018-01-02 12:42:23 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # sem_open()
|
2017-12-28 20:45:55 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
help
|
|
|
|
Tools for creating and managing NILFS2 filesystems.
|
|
|
|
|
2019-09-18 19:03:38 +02:00
|
|
|
https://nilfs.sourceforge.io
|
2018-01-02 12:42:23 +01:00
|
|
|
|
2018-09-26 20:20:45 +02:00
|
|
|
comment "nilfs-utils needs a toolchain w/ threads"
|
2018-09-26 20:20:44 +02:00
|
|
|
depends on BR2_USE_MMU
|
2018-09-26 20:20:45 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|