diff options
author | Mike Frysinger | 2006-07-03 05:22:36 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-07-03 05:22:36 +0000 |
commit | 259472e7418337275a5fc5ce6df18aeebf236107 (patch) | |
tree | 64d613ce4b133cd86d0de3a2d9399287c618c0c6 /miscutils/Config.in | |
parent | 441bfbf143ab398c7483d37068b7bcc2e71aa80e (diff) | |
download | busybox-259472e7418337275a5fc5ce6df18aeebf236107.zip busybox-259472e7418337275a5fc5ce6df18aeebf236107.tar.gz |
remove duplicate CONFIG_TASKSET option
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 2d60fb6..51faae9 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -309,13 +309,7 @@ config CONFIG_TASKSET bool "taskset" default n 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) + Retrieve or set a processes's CPU affinity. config CONFIG_TIME bool "time" |