summaryrefslogtreecommitdiff
path: root/package/lsof/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lsof/Config.in')
-rw-r--r--package/lsof/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/lsof/Config.in b/package/lsof/Config.in
index cc7512c25..22b7f5eac 100644
--- a/package/lsof/Config.in
+++ b/package/lsof/Config.in
@@ -1,8 +1,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