diff options
author | Rob Landley <rob@landley.net> | 2007-11-29 18:32:20 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-11-29 18:32:20 -0600 |
commit | ce6750ac69a7a80a18db7f0d7a217cbf37c7a04c (patch) | |
tree | cbe4209a7f4a3ca80163128bb3e6e6b0257cf5a4 /toys/Config.in | |
parent | efda21ca931766eed6cfc49d1b2122c53827d9fc (diff) | |
download | toybox-ce6750ac69a7a80a18db7f0d7a217cbf37c7a04c.tar.gz |
Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too.
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index 0c3cb1e3..7c75d255 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -269,6 +269,14 @@ config READLINK_F -f Show final location, including normal files and multiple symlinks. +config SHA1SUM + bool "sleep" + default y + help + usage: sha1sum [file...] + + Calculate sha1 hash of files (or stdin). + config SLEEP bool "sleep" default y |