mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Also use bz2 tarball and provide md5 & sha256 hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit d35b447f09)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
config BR2_PACKAGE_FTOP
|
|
bool "ftop"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Ftop is to files what top is to processes.
|
|
The progress of all open files and file systems can be monitored.
|
|
|
|
https://sourceforge.net/projects/ftop/
|