mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
d35b447f09
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>
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/
|