From: Andre McCurdy Date: Thu, 30 Jul 2015 20:56:25 +0000 (-0700) Subject: busybox: disable sha3sum in defconfig X-Git-Tag: 2015-10~983 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd095486e24ef2d40bc9b61af66fffb0d6578156;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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