diff options
author | Cem Keylan <cem@ckyln.com> | 2023-06-02 22:35:11 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-06-02 22:35:11 +0200 |
commit | 73360e205794f28f91ad778253416babb0fbfcd1 (patch) | |
tree | 3d60a9f213e3f29b29e600c807ef94c312eba93f /core/busybox/files | |
parent | 5c7d318ba5289559771089600eb8daafb233ec1a (diff) | |
download | repository-73360e205794f28f91ad778253416babb0fbfcd1.tar.gz |
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.
Diffstat (limited to 'core/busybox/files')
-rw-r--r-- | core/busybox/files/.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |