aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-08-26 04:28:05 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-08-26 04:28:05 +0000
commitc3f2956cfa1dfb280ac0b24818795787fbbfcd40 (patch)
tree90bfb3443be310f5a9f98e3b2f7c4f25b50000bf /coreutils
parent4d5e4685fede1913cc934ba1016e7c2a4e8e800c (diff)
downloadbusybox-c3f2956cfa1dfb280ac0b24818795787fbbfcd40.tar.gz
Woops, depend on SHA1 not the option
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index e1618e7de..074312b6e 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -370,7 +370,7 @@ config CONFIG_SHA1SUM
config CONFIG_FEATURE_SHA1SUM_CHECK
bool " Enable -c and -w options"
default n
- depends on CONFIG_FEATURE_SHA1SUM_CHECK
+ depends on CONFIG_SHA1SUM
help
Enabling the -c and -w options allow files to be checked
against pre-calculated hash values.