aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-03 05:22:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-03 05:22:36 +0000
commit259472e7418337275a5fc5ce6df18aeebf236107 (patch)
tree64d613ce4b133cd86d0de3a2d9399287c618c0c6
parent441bfbf143ab398c7483d37068b7bcc2e71aa80e (diff)
downloadbusybox-w32-259472e7418337275a5fc5ce6df18aeebf236107.tar.gz
busybox-w32-259472e7418337275a5fc5ce6df18aeebf236107.tar.bz2
busybox-w32-259472e7418337275a5fc5ce6df18aeebf236107.zip
remove duplicate CONFIG_TASKSET option
-rw-r--r--miscutils/Config.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 2d60fb65e..51faae987 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -309,13 +309,7 @@ config CONFIG_TASKSET
309 bool "taskset" 309 bool "taskset"
310 default n 310 default n
311 help 311 help
312 Retrieve or set a processes's CPU affinity 312 Retrieve or set a processes's CPU affinity.
313
314config CONFIG_TASKSET
315 bool "taskset"
316 default n
317 help
318 Retrieve or set a processes's CPU affinity (on linux)
319 313
320config CONFIG_TIME 314config CONFIG_TIME
321 bool "time" 315 bool "time"