mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
lsof: no longer needs rpc support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
faf408f4af
commit
21f91bbba5
@ -1,12 +1,8 @@
|
|||||||
config BR2_PACKAGE_LSOF
|
config BR2_PACKAGE_LSOF
|
||||||
bool "lsof"
|
bool "lsof"
|
||||||
depends on BR2_INET_RPC
|
|
||||||
help
|
help
|
||||||
lsof (LiSt Open Files)
|
lsof (LiSt Open Files)
|
||||||
The lsof tool lists information about files opened by
|
The lsof tool lists information about files opened by
|
||||||
processes.
|
processes.
|
||||||
|
|
||||||
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
||||||
|
|
||||||
comment "lsof requires a toolchain with RPC support"
|
|
||||||
depends on !BR2_INET_RPC
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user