Files
buildroot/package/htop/Config.in
T
2021-03-13 22:13:38 -03:00

10 lines
219 B
Plaintext

config BR2_PACKAGE_HTOP
bool "htop"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
help
htop is an interactive text-mode process viewer for Linux.
It aims to be a better top.
https://htop.dev/