diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-30 13:56:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 10:49:21 +0100 |
commit | fd095486e24ef2d40bc9b61af66fffb0d6578156 (patch) | |
tree | 9444793fae42e6c03769271b02625e039165bded /meta/recipes-core/busybox | |
parent | f3a95b6e00482de10f4698a3ab8cead336d11e9e (diff) | |
download | openembedded-core-fd095486e24ef2d40bc9b61af66fffb0d6578156.tar.gz openembedded-core-fd095486e24ef2d40bc9b61af66fffb0d6578156.tar.bz2 openembedded-core-fd095486e24ef2d40bc9b61af66fffb0d6578156.zip |
busybox: disable sha3sum in defconfig
The sha1sum, sha256sum and sha512sum applets have not historically
been enabled by default, so don't enable sha3sum either.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 357011ce5d..027412372d 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -271,7 +271,7 @@ CONFIG_SEQ=y # CONFIG_SHA1SUM is not set # CONFIG_SHA256SUM is not set # CONFIG_SHA512SUM is not set -CONFIG_SHA3SUM=y +# CONFIG_SHA3SUM is not set CONFIG_SLEEP=y CONFIG_FEATURE_FANCY_SLEEP=y # CONFIG_FEATURE_FLOAT_SLEEP is not set |