From 73360e205794f28f91ad778253416babb0fbfcd1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 2 Jun 2023 22:35:11 +0200 Subject: busybox: disable sleep builtin on ash Enabling this new feature causes issues with build systems as passing an invalid number to sleep causes the shell to crash. --- core/busybox/checksums | 2 +- core/busybox/files/.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/busybox/checksums b/core/busybox/checksums index e247c2e7..02e2693c 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,6 +1,6 @@ %BLAKE3 dfdfc1b9aa41d5134e087d904c0a5f6958825f0e94db1d2cb5ea93088247c886 busybox-1.36.1.tar.bz2 -c2ce488eae364180e3cc389f37c55ce61193057c62ebf8757f447831b863008f .config +fc5dc136704ed568e6eed3c2c68e687d59427f9cad9bdf36f661b01548211781 .config eed1e459d62265c81a95107ce88b53ac51592e52d45176a02bcbec7a4f494f1b .config-suid 38c992e63b5639a896a8bd4d8dcf92e220cb96f057d203ba78c5288d59fa0051 acpid.run 743a8fb68c58ed50a1344f8e74026b6b9558ae3c54eb94ff352fdbc4e2d22966 crond.run diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 1ea360c4..dc51fd60 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -1151,7 +1151,7 @@ CONFIG_ASH_MAIL=y CONFIG_ASH_ECHO=y CONFIG_ASH_PRINTF=y CONFIG_ASH_TEST=y -CONFIG_ASH_SLEEP=y +# CONFIG_ASH_SLEEP is not set CONFIG_ASH_HELP=y CONFIG_ASH_GETOPTS=y CONFIG_ASH_CMDCMD=y -- cgit v1.2.3