1*4882a593Smuzhiyunconfig BR2_PACKAGE_E2TOOLS 2*4882a593Smuzhiyun bool "e2tools" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on BR2_USE_WCHAR # uses wchar_t 5*4882a593Smuzhiyun depends on BR2_USE_MMU # e2fsprogs 6*4882a593Smuzhiyun select BR2_PACKAGE_E2FSPROGS 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun E2tools is a simple set of GPL'ed utilities to read, write, 9*4882a593Smuzhiyun and manipulate files in an ext2/ext3 filesystem. These 10*4882a593Smuzhiyun utilities access a filesystem directly using the ext2fs 11*4882a593Smuzhiyun library. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://github.com/ndim/e2tools 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "e2tools needs a toolchain w/ threads, wchar" 16*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR 17*4882a593Smuzhiyun depends on BR2_USE_MMU 18