[oe-commits] Andre McCurdy : busybox: disable sha3sum in defconfig

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 10:28:45 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: fd095486e24ef2d40bc9b61af66fffb0d6578156
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fd095486e24ef2d40bc9b61af66fffb0d6578156

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Jul 30 13:56:25 2015 -0700

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 357011c..0274123 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



More information about the Openembedded-commits mailing list