summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-04 07:17:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-04 07:17:34 +0000
commit60dac8ff4487c95f6d7eea8267ac5cdd3daddba4 (patch)
tree67d4df354d36608651067d849609ef436e5a1bef /package
parent0e0c5e47dbc4ff51175bf446b6ff21001d9eae93 (diff)
downloadbuildroot-novena-60dac8ff4487c95f6d7eea8267ac5cdd3daddba4.tar.gz
buildroot-novena-60dac8ff4487c95f6d7eea8267ac5cdd3daddba4.zip
busybox-1.6.0.config: disable TASKSET.
Disable CONFIG_TASKSET as it only compiles if sched_{g,s}etaffinity support is available.
Diffstat (limited to 'package')
-rw-r--r--package/busybox/busybox-1.6.0.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox-1.6.0.config b/package/busybox/busybox-1.6.0.config
index 0dd6ecad8..a3dd8ef77 100644
--- a/package/busybox/busybox-1.6.0.config
+++ b/package/busybox/busybox-1.6.0.config
@@ -495,7 +495,7 @@ CONFIG_RUNLEVEL=y
# CONFIG_RX is not set
CONFIG_STRINGS=y
CONFIG_SETSID=y
-CONFIG_TASKSET=y
+# CONFIG_TASKSET is not set
CONFIG_FEATURE_TASKSET_FANCY=y
CONFIG_TIME=y
CONFIG_WATCHDOG=y