blob: 22b7f5eac1924f484dbf3cf80cda35539241bb42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|