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 22:24:14 +0100 |
commit | 6618cb4f56f96f4a37bc71df22e1dab9cf98f2d6 (patch) | |
tree | 26eb64ea495ffb1c4ba9ae3983846db199f0447b /meta/recipes-core | |
parent | 35f02c930e18bd745cbd7d25893914a2477f9bcc (diff) | |
download | poky-6618cb4f56f96f4a37bc71df22e1dab9cf98f2d6.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-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 | |||
271 | # CONFIG_SHA1SUM is not set | 271 | # CONFIG_SHA1SUM is not set |
272 | # CONFIG_SHA256SUM is not set | 272 | # CONFIG_SHA256SUM is not set |
273 | # CONFIG_SHA512SUM is not set | 273 | # CONFIG_SHA512SUM is not set |
274 | CONFIG_SHA3SUM=y | 274 | # CONFIG_SHA3SUM is not set |
275 | CONFIG_SLEEP=y | 275 | CONFIG_SLEEP=y |
276 | CONFIG_FEATURE_FANCY_SLEEP=y | 276 | CONFIG_FEATURE_FANCY_SLEEP=y |
277 | # CONFIG_FEATURE_FLOAT_SLEEP is not set | 277 | # CONFIG_FEATURE_FLOAT_SLEEP is not set |