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/files/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/busybox/files/.config') 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