2011-03-28 20:47:58 +02:00
|
|
|
config BR2_PACKAGE_HTOP
|
|
|
|
bool "htop"
|
2013-03-04 19:41:55 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2021-01-07 07:48:55 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
2011-03-28 20:47:58 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
help
|
|
|
|
htop is an interactive text-mode process viewer for Linux.
|
|
|
|
It aims to be a better top.
|
|
|
|
|
2020-09-07 21:37:58 +02:00
|
|
|
https://htop.dev/
|
2021-01-07 07:48:55 +01:00
|
|
|
|
|
|
|
comment "htop needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS
|