1config BR2_PACKAGE_HTOP 2 bool "htop" 3 depends on BR2_USE_MMU # fork() 4 depends on !BR2_STATIC_LIBS # dlopen() 5 select BR2_PACKAGE_NCURSES 6 help 7 htop is an interactive text-mode process viewer for Linux. 8 It aims to be a better top. 9 10 https://htop.dev/ 11 12comment "htop needs a toolchain w/ dynamic library" 13 depends on BR2_USE_MMU 14 depends on BR2_STATIC_LIBS 15