summaryrefslogtreecommitdiffstats
path: root/rules/rtps.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-02-12 13:54:16 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-02-12 14:10:46 +0100
commitbecfb1322a750f184b016df611ebec84c2969059 (patch)
tree467275e03abf135a976a241186080d4da254f92e /rules/rtps.in
parent89db7b5604b350141e82ebdf203b29a3ab2fb895 (diff)
downloadptxdist-becfb1322a750f184b016df611ebec84c2969059.tar.gz
ptxdist-becfb1322a750f184b016df611ebec84c2969059.tar.xz
Disable 'rtps' when busybox's 'ps' is enabled
Enabling 'rtps' selects the 'ps' command from the 'procps' package. This does not work as expected, at least when no other part from the 'procps' package is enabled. It ends up with an installed '/lib/libproc-3.2.8.so' noone is using and a not working 'rtps' command.... Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/rtps.in')
-rw-r--r--rules/rtps.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/rtps.in b/rules/rtps.in
index 26374e292..4db4bd36e 100644
--- a/rules/rtps.in
+++ b/rules/rtps.in
@@ -2,6 +2,7 @@
config RTPS
tristate
+ depends on !BUSYBOX_PS
prompt "rtps"
select PROCPS
select PROCPS_PS
@@ -10,3 +11,6 @@ config RTPS
this is just a wrapper around ps (from the procps package)
with the "right" parameters
+
+comment "busybox's ps is enabled: rtps disabled"
+ depends on BUSYBOX_PS