When running 'top', it no longer takes keyboard input. For example, pressing the number "1" used to toggle between total CPU and individual CPUs. Also, pressing "q" no longer quits 'top'. You must press "CTRL-C" to quit. This is not expected behavior for 'top' as both examples given still work in latest Debian 'top' and worked in busybox 1.25.x
Further clarification: latest Debian is using BusyBox 1.30.1, so the potential breakage seems to have occurred between 1.30.1 and 1.32.x
Not a bug, but misconfiguration during build: CONFIG_FEATURE_TOP_INTERACTIVE=y was not set in .config
Thank you for the clarification.