diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-02-08 15:26:30 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-02-08 15:26:30 +0000 |
commit | 830c651033cefc4f0188b3dcc061852a0f5183cd (patch) | |
tree | f42395f8195cb2a956f55b4ed99255294de2057e /conf/machine | |
parent | 920e0b9e0428c3d24ee2e7036ce263ea7abe2e6d (diff) |
x86 machine: Add some basic features, update kernel configuration to add support
for more x86 based devices.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/x86.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index 91663dfd7c..5b22d01324 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -9,10 +9,11 @@ PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" # todo: convert to task-base # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" -MACHINE_FEATURES = "kernel26 pci usbhost" +MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen" udevdir = "/dev" OLDEST_KERNEL = "2.6.17" |