aboutsummaryrefslogtreecommitdiff
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-12d9419273c04dcdf2557f0263d69633c60b6a60.tar.gz
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
help
Retrieve or set a processes's CPU affinity
+config CONFIG_TASKSET
+ bool "taskset"
+ default n
+ help
+ Retrieve or set a processes's CPU affinity (on linux)
+
config CONFIG_TIME
bool "time"
default n