summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-07-23 21:03:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-24 21:49:31 +0200
commit5b6eb7f7e680a2a4400ef0ece6d7fa77ef07e214 (patch)
tree0d248530decfa24cdd1df6925771a883c7f6de7d
parentd5016aa2e763d2166dd054f869e778bbbb941f49 (diff)
downloadptxdist-5b6eb7f7e680a2a4400ef0ece6d7fa77ef07e214.tar.gz
ptxdist-5b6eb7f7e680a2a4400ef0ece6d7fa77ef07e214.tar.xz
lsof: Check for busybox' lsof
With the new 'lsof' of busybox, add the usual check to avoid conflicts during building the image (two lsof binaries). Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lsof.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/lsof.in b/rules/lsof.in
index 048a9ab55..f32026e34 100644
--- a/rules/lsof.in
+++ b/rules/lsof.in
@@ -1,7 +1,10 @@
## SECTION=shell_and_console
+comment "BusyBox' lsof is selected!"
+ depends on BUSYBOX_LSOF
config LSOF
tristate
+ depends on !BUSYBOX_LSOF || ALLYES
prompt "lsof"
help
Lsof is a Unix-specific diagnostic tool. Its name stands