summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/eee901.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf
index 54d75c2c0a..94e3c14fac 100644
--- a/meta/conf/machine/eee901.conf
+++ b/meta/conf/machine/eee901.conf
@@ -8,7 +8,8 @@ PACKAGE_EXTRA_ARCHS = "x86"
8 8
9include conf/machine/include/tune-atom.inc 9include conf/machine/include/tune-atom.inc
10 10
11MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi" 11MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
12 acpi"
12 13
13KERNEL_IMAGETYPE = "bzImage" 14KERNEL_IMAGETYPE = "bzImage"
14 15
@@ -25,7 +26,7 @@ MACHINE_DRI_MODULES = "i915"
25 26
26MACHINE_EXTRA_RDEPENDS = "rt2860" 27MACHINE_EXTRA_RDEPENDS = "rt2860"
27 28
28MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 29MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
29 30
30GUI_MACHINE_CLASS = "bigscreen" 31GUI_MACHINE_CLASS = "bigscreen"
31 32