aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-26 04:25:59 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-26 04:25:59 +0000
commit6269829990bf504607a94571e27a189e2327c7b1 (patch)
tree59724d275bc3dd95e8588fd526f570bfa32e8f98 /coreutils
parent9d096d2945bc13ab7cff86a50c45895d502661d3 (diff)
downloadbusybox-w32-6269829990bf504607a94571e27a189e2327c7b1.tar.gz
busybox-w32-6269829990bf504607a94571e27a189e2327c7b1.tar.bz2
busybox-w32-6269829990bf504607a94571e27a189e2327c7b1.zip
SHA1 options depend on SHA1
git-svn-id: svn://busybox.net/trunk/busybox@7261 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in1
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
370config CONFIG_FEATURE_SHA1SUM_CHECK 370config 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.