diff options
author | Rob Landley <rob@landley.net> | 2006-06-30 22:20:43 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-30 22:20:43 +0000 |
commit | 12d9419273c04dcdf2557f0263d69633c60b6a60 (patch) | |
tree | bf31bbda19a078002c20fc70776ebe749f54683e /miscutils/Config.in | |
parent | 5df6d9f7777c0272365845e97ed836f61965a375 (diff) | |
download | busybox-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.in | 6 |
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 | ||
314 | config CONFIG_TASKSET | ||
315 | bool "taskset" | ||
316 | default n | ||
317 | help | ||
318 | Retrieve or set a processes's CPU affinity (on linux) | ||
319 | |||
314 | config CONFIG_TIME | 320 | config CONFIG_TIME |
315 | bool "time" | 321 | bool "time" |
316 | default n | 322 | default n |