aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-06-08 13:32:12 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-06-08 13:32:12 +0000
commit6c43f743a3f607f91ee22a53db880fce2df645f0 (patch)
treed0fcd64f90041aea39e1110fc4ce03860377647e /coreutils/Config.in
parenta721204ec502238198b5703cfea99fd97cbca266 (diff)
downloadbusybox-6c43f743a3f607f91ee22a53db880fce2df645f0.tar.gz
sha1sum option to compare checksums
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 0d5eff3c9..2bcc48a62 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -342,6 +342,13 @@ config CONFIG_SHA1SUM
help
Compute and check SHA1 message digest
+config CONFIG_FEATURE_SHA1SUM_CHECK
+ bool " Enale -c and -w options"
+ default n
+ help
+ Enabling the -c and -w options allow files to be checked
+ against pre-calculated hash values.
+
config CONFIG_SLEEP
bool "sleep (single integer arg with no suffix)"
default n