From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay01.ispgateway.de ([80.67.31.24]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1StNuv-0005Xq-PS for ptxdist@pengutronix.de; Mon, 23 Jul 2012 21:03:42 +0200 Received: from [88.217.122.32] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1StNuv-00022V-Aj for ptxdist@pengutronix.de; Mon, 23 Jul 2012 21:03:41 +0200 From: Bernhard Walle Date: Mon, 23 Jul 2012 21:03:38 +0200 Message-Id: <1343070218-2641-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH] lsof: Check for busybox' lsof Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 --- rules/lsof.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/lsof.in b/rules/lsof.in index 048a9ab..f32026e 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 -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de