diff options
-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" |