diff options
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index fa35241f4..49e285982 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -846,13 +846,13 @@ config FEATURE_HUMAN_READABLE | |||
846 | help | 846 | help |
847 | Allow df, du, and ls to have human readable output. | 847 | Allow df, du, and ls to have human readable output. |
848 | 848 | ||
849 | comment "Common options for md5sum, sha1sum" | 849 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum" |
850 | depends on MD5SUM || SHA1SUM | 850 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM |
851 | 851 | ||
852 | config FEATURE_MD5_SHA1_SUM_CHECK | 852 | config FEATURE_MD5_SHA1_SUM_CHECK |
853 | bool "Enable -c, -s and -w options" | 853 | bool "Enable -c, -s and -w options" |
854 | default n | 854 | default n |
855 | depends on MD5SUM || SHA1SUM | 855 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM |
856 | help | 856 | help |
857 | Enabling the -c options allows files to be checked | 857 | Enabling the -c options allows files to be checked |
858 | against pre-calculated hash values. | 858 | against pre-calculated hash values. |