d355281d15
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
config BR2_PACKAGE_LSOF
|
|
bool "lsof"
|
|
depends on BR2_INET_RPC
|
|
help
|
|
lsof (LiSt Open Files)
|
|
The lsof tool lists information about files opened by
|
|
processes.
|
|
|
|
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
|
|
|
comment "lsof requires a toolchain with RPC support"
|
|
depends on !BR2_INET_RPC
|