lsof: no longer needs rpc support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-10-07 21:31:40 +02:00
parent faf408f4af
commit 21f91bbba5

View File

@ -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