08d6e63bdc
Utility to manipulate FAT file systems, E.G. to tweak the output of genimage. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
config BR2_PACKAGE_HOST_FATCAT
|
|
bool "host fatcat"
|
|
help
|
|
Fatcat is designed to manipulate FAT filesystems, in order
|
|
to explore, extract, repair, recover and forensic them. It
|
|
currently supports FAT12, FAT16 and FAT32.
|
|
|
|
https://github.com/Gregwar/fatcat
|