Skip to content

main/busybox: disable ash sleep builtin

The builtin has several known issues and has therefore been disabled upstream recently, let's do the same downstream. See:

Instead, rely on the sleep BusyBox applet (CONFIG_SLEEP)

Merge request reports