forked from len0rd/rockbox
New md5sum plugin. Open a file, a directory or just launch it from the plugin menu to create an md5sum of the file, the directory's contents or the whole filesystem. If the file's extension is .md5 or .md5sum, it will check the md5 sums in the file instead. If the file's extension is .md5list it will compute md5 sums for all the files listed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17709 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f52696ef8a
commit
34d4165f7b
7 changed files with 522 additions and 0 deletions
|
@ -42,3 +42,4 @@ helper.c
|
|||
#ifdef HAVE_TOUCHPAD
|
||||
touchscreen.c
|
||||
#endif
|
||||
md5.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue