diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-26 04:28:05 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-26 04:28:05 +0000 |
commit | 619617e3e04680d7269a7e188ffccaba5565c4a5 (patch) | |
tree | 90bfb3443be310f5a9f98e3b2f7c4f25b50000bf /coreutils | |
parent | 6269829990bf504607a94571e27a189e2327c7b1 (diff) | |
download | busybox-w32-619617e3e04680d7269a7e188ffccaba5565c4a5.tar.gz busybox-w32-619617e3e04680d7269a7e188ffccaba5565c4a5.tar.bz2 busybox-w32-619617e3e04680d7269a7e188ffccaba5565c4a5.zip |
Woops, depend on SHA1 not the option
git-svn-id: svn://busybox.net/trunk/busybox@7262 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 2 |
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 | |||
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 | depends on CONFIG_SHA1SUM |
374 | help | 374 | help |
375 | Enabling the -c and -w options allow files to be checked | 375 | Enabling the -c and -w options allow files to be checked |
376 | against pre-calculated hash values. | 376 | against pre-calculated hash values. |