summaryrefslogtreecommitdiffstats
path: root/rules/procps.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
commit2717efb7a43fed32d52faa5a63d71607aacbc22a (patch)
tree4cb98e6a58936ddc601a29ab721c0167be2f1c6d /rules/procps.in
parent6d52c5a55675e0c524603a960868c89973864edb (diff)
downloadptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.gz
ptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.xz
Upgrade to busybox-1.4.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7040 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/procps.in')
-rw-r--r--rules/procps.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/procps.in b/rules/procps.in
index ebd6ab1d1..9001e32f9 100644
--- a/rules/procps.in
+++ b/rules/procps.in
@@ -9,13 +9,13 @@ config PROCPS_TOP
bool
prompt "top"
depends on PROCPS
- depends on !BB_CONFIG_TOP
+ depends on !BB_TOP
help
FIXME: This item needs to be documented
comment "top is disabled by busybox top"
depends on PROCPS
- depends on BB_CONFIG_TOP
+ depends on BB_TOP
config PROCPS_SLABTOP
bool
@@ -28,19 +28,19 @@ config PROCPS_SYSCTL
bool
prompt "sysctl"
depends on PROCPS
- depends on !BB_CONFIG_BB_SYSCTL
+ depends on !BB_BB_SYSCTL
help
FIXME: This item needs to be documented
comment "sysctl is disabled by busybox sysctl"
depends on PROCPS
- depends on BB_CONFIG_BB_SYSCTL
+ depends on BB_BB_SYSCTL
config PROCPS_PS
bool
prompt "ps"
depends on PROCPS
- depends on !BB_CONFIG_PS
+ depends on !BB_PS
help
ps stands for process status. With this command you
analyse current states of all processes running on
@@ -48,7 +48,7 @@ config PROCPS_PS
comment "ps is disabled by busybox ps"
depends on PROCPS
- depends on BB_CONFIG_PS
+ depends on BB_PS
config PROCPS_W
bool