diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-26 04:25:59 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-26 04:25:59 +0000 |
commit | 4d5e4685fede1913cc934ba1016e7c2a4e8e800c (patch) | |
tree | 59724d275bc3dd95e8588fd526f570bfa32e8f98 | |
parent | ce6482eace34fcd43e2f5310997f5366706f077e (diff) | |
download | busybox-w32-4d5e4685fede1913cc934ba1016e7c2a4e8e800c.tar.gz busybox-w32-4d5e4685fede1913cc934ba1016e7c2a4e8e800c.tar.bz2 busybox-w32-4d5e4685fede1913cc934ba1016e7c2a4e8e800c.zip |
SHA1 options depend on SHA1
-rw-r--r-- | coreutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 91d9f0958..e1618e7de 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -370,6 +370,7 @@ config CONFIG_SHA1SUM | |||
370 | config CONFIG_FEATURE_SHA1SUM_CHECK | 370 | config CONFIG_FEATURE_SHA1SUM_CHECK |
371 | bool " Enable -c and -w options" | 371 | bool " Enable -c and -w options" |
372 | default n | 372 | default n |
373 | depends on CONFIG_FEATURE_SHA1SUM_CHECK | ||
373 | help | 374 | help |
374 | Enabling the -c and -w options allow files to be checked | 375 | Enabling the -c and -w options allow files to be checked |
375 | against pre-calculated hash values. | 376 | against pre-calculated hash values. |