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 | |
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')
-rw-r--r-- | core/busybox/checksums | 2 | ||||
-rw-r--r-- | core/busybox/files/.config | 2 |
2 files changed, 2 insertions, 2 deletions
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 |