summaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-30 22:20:43 +0000
committerRob Landley <rob@landley.net>2006-06-30 22:20:43 +0000
commit12d9419273c04dcdf2557f0263d69633c60b6a60 (patch)
treebf31bbda19a078002c20fc70776ebe749f54683e /miscutils/Config.in
parent5df6d9f7777c0272365845e97ed836f61965a375 (diff)
downloadbusybox-w32-12d9419273c04dcdf2557f0263d69633c60b6a60.tar.gz
busybox-w32-12d9419273c04dcdf2557f0263d69633c60b6a60.tar.bz2
busybox-w32-12d9419273c04dcdf2557f0263d69633c60b6a60.zip
Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,
and nobody seemed interested in fixing it despite repeated complaints. I'll worry about it in the 1.3 timeframe...
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 75a48c879..2d60fb65e 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -311,6 +311,12 @@ config CONFIG_TASKSET
311 help 311 help
312 Retrieve or set a processes's CPU affinity 312 Retrieve or set a processes's CPU affinity
313 313
314config CONFIG_TASKSET
315 bool "taskset"
316 default n
317 help
318 Retrieve or set a processes's CPU affinity (on linux)
319
314config CONFIG_TIME 320config CONFIG_TIME
315 bool "time" 321 bool "time"
316 default n 322 default n