1config BR2_PACKAGE_HOST_E2TOOLS
2	bool "host e2tools"
3	select BR2_PACKAGE_HOST_E2FSPROGS
4	help
5	  E2tools is a simple set of GPL'ed utilities to read, write,
6	  and manipulate files in an ext2/ext3 filesystem.  These
7	  utilities access a filesystem directly using the ext2fs
8	  library.
9
10	  https://github.com/ndim/e2tools
11