2009-07-06 16:28:52 +02:00
|
|
|
config BR2_PACKAGE_E2TOOLS
|
|
|
|
bool "e2tools"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-12-26 16:22:35 +01:00
|
|
|
depends on BR2_USE_WCHAR # uses wchar_t
|
2009-07-06 16:28:52 +02:00
|
|
|
depends on BR2_USE_MMU # e2fsprogs
|
2017-04-22 19:17:52 +02:00
|
|
|
select BR2_PACKAGE_E2FSPROGS
|
2009-07-06 16:28:52 +02:00
|
|
|
help
|
|
|
|
E2tools is a simple set of GPL'ed utilities to read, write,
|
2015-04-23 00:14:34 +02:00
|
|
|
and manipulate files in an ext2/ext3 filesystem. These
|
2009-07-06 16:28:52 +02:00
|
|
|
utilities access a filesystem directly using the ext2fs
|
|
|
|
library.
|
|
|
|
|
|
|
|
https://github.com/ndim/e2tools
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "e2tools needs a toolchain w/ threads, wchar"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
2014-08-04 15:30:36 +02:00
|
|
|
depends on BR2_USE_MMU
|