aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-09-09 20:21:38 +0000
committerLaurent Bercot <ska@appnovation.com>2024-09-09 20:21:38 +0000
commit0085299316414d223d637f080dcd5be000a15dcd (patch)
tree6b32c5af3cd774e44c3c6e967fa5e0cfebb11265
parentbac02c00022880fa3ae6c966edd88d0d55c931ae (diff)
downloadlh-bootstrap-0085299316414d223d637f080dcd5be000a15dcd.tar.xz
Don't use (broken) hwaccel in busybox
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/busybox/host-full-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/busybox/host-full-config b/sub/busybox/host-full-config
index bd130a7..759dfdf 100644
--- a/sub/busybox/host-full-config
+++ b/sub/busybox/host-full-config
@@ -95,8 +95,8 @@ CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y
CONFIG_PASSWORD_MINLEN=5
CONFIG_MD5_SMALL=1
CONFIG_SHA1_SMALL=0
-CONFIG_SHA1_HWACCEL=y
-CONFIG_SHA256_HWACCEL=y
+CONFIG_SHA1_HWACCEL=n
+CONFIG_SHA256_HWACCEL=n
CONFIG_SHA3_SMALL=0
CONFIG_FEATURE_NON_POSIX_CP=y
CONFIG_FEATURE_VERBOSE_CP_MESSAGE=y