diff options
author | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
commit | b604585914e032b28bef3e337a978e56a9069cda (patch) | |
tree | b2ee0a3fb38d10397c602d0fe215ea3bbbf334c0 /coreutils/Config.src | |
parent | 0eda07c7ff8cf1fc11bc1bda5383f884d7adf031 (diff) | |
parent | ba76b7a40b929878833731f76306b1c977cc8650 (diff) | |
download | busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.gz busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.bz2 busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 2ca71521f..8e43c38e1 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -517,6 +517,12 @@ config SHA512SUM | |||
517 | help | 517 | help |
518 | Compute and check SHA512 message digest | 518 | Compute and check SHA512 message digest |
519 | 519 | ||
520 | config SHA3SUM | ||
521 | bool "sha3sum" | ||
522 | default y | ||
523 | help | ||
524 | Compute and check SHA3 (512-bit) message digest | ||
525 | |||
520 | config SLEEP | 526 | config SLEEP |
521 | bool "sleep" | 527 | bool "sleep" |
522 | default y | 528 | default y |
@@ -777,13 +783,13 @@ config FEATURE_HUMAN_READABLE | |||
777 | help | 783 | help |
778 | Allow df, du, and ls to have human readable output. | 784 | Allow df, du, and ls to have human readable output. |
779 | 785 | ||
780 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum" | 786 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum" |
781 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 787 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |
782 | 788 | ||
783 | config FEATURE_MD5_SHA1_SUM_CHECK | 789 | config FEATURE_MD5_SHA1_SUM_CHECK |
784 | bool "Enable -c, -s and -w options" | 790 | bool "Enable -c, -s and -w options" |
785 | default y | 791 | default y |
786 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 792 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |
787 | help | 793 | help |
788 | Enabling the -c options allows files to be checked | 794 | Enabling the -c options allows files to be checked |
789 | against pre-calculated hash values. | 795 | against pre-calculated hash values. |