cac0ab5478
Both patches are now upstream and can be dropped: - 7cfaa9dede0f7f711a0fb961559e9629e7c7a259 is "MakeHeader.py: Fix for non-utf8 environments" - dfd9279f87791e36a5212726781c31fbe7110361 is "Resolve complation issues with -fno-common (default from gcc-10)" The license file hash is changed due to the removal of one empty line: @@ -353,4 +353,3 @@ applicable licenses of the version of PLPA used in your combined work, provided that you include the source code of such version of PLPA when and as the GNU GPL requires distribution of source code. - Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
219 B
Plaintext
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/
|