mirror of
https://github.com/openwrt/packages.git
synced 2025-12-16 15:41:20 +00:00
The 'ps' command from 'procps-ng' is used in favour of 'ps' from 'busybox' when 'procps-ng' is installed. The problem is that the outputs are not compatible and the ‘grep’ is different for further processing. To fix this, always use the 'ps' command from 'busybox'. Signed-off-by: Florian Eckert <fe@dev.tdt.de>