mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 22:37:17 +00:00
10 lines
224 B
Plaintext
10 lines
224 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.
|
|
|
|
http://hisham.hm/htop/
|