1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

busybox: disable sha3sum in defconfig

The sha1sum, sha256sum and sha512sum applets have not historically
been enabled by default, so don't enable sha3sum either.

(From OE-Core rev: fd095486e24ef2d40bc9b61af66fffb0d6578156)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy
2015-07-30 13:56:25 -07:00
committed by Richard Purdie
parent 35f02c930e
commit 6618cb4f56
+1 -1
View File
@@ -271,7 +271,7 @@ CONFIG_SEQ=y
# CONFIG_SHA1SUM is not set # CONFIG_SHA1SUM is not set
# CONFIG_SHA256SUM is not set # CONFIG_SHA256SUM is not set
# CONFIG_SHA512SUM is not set # CONFIG_SHA512SUM is not set
CONFIG_SHA3SUM=y # CONFIG_SHA3SUM is not set
CONFIG_SLEEP=y CONFIG_SLEEP=y
CONFIG_FEATURE_FANCY_SLEEP=y CONFIG_FEATURE_FANCY_SLEEP=y
# CONFIG_FEATURE_FLOAT_SLEEP is not set # CONFIG_FEATURE_FLOAT_SLEEP is not set