]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: disable sha3sum in defconfig
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 30 Jul 2015 20:56:25 +0000 (13:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Aug 2015 09:49:21 +0000 (10:49 +0100)
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>
meta/recipes-core/busybox/busybox/defconfig

index 357011ce5d5c0b8f82958917604b9632becb5821..027412372dac3b09a7eb526383732faa47042444 100644 (file)
@@ -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