diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-12-11 15:37:39 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2006-12-11 15:37:39 +0000 |
commit | 8c3c711fb45f3cec67ef31fd813daf23a3d44a32 (patch) | |
tree | 983a8e213866f1f1a268a2ef68ebab5fc767035c /conf/machine/x86.conf | |
parent | a6bc58b1a0ab3bccea24bc42a8139494f02fa178 (diff) |
x86.conf: switch to task-base
Diffstat (limited to 'conf/machine/x86.conf')
-rw-r--r-- | conf/machine/x86.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index b2147f2c0d..91663dfd7c 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -8,7 +8,11 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" # todo: convert to task-base -BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" +# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" + +MACHINE_TASK_PROVIDER = "task-base" + +MACHINE_FEATURES = "kernel26 pci usbhost" udevdir = "/dev" OLDEST_KERNEL = "2.6.17" |