diff options
-rw-r--r-- | meta/conf/machine/eee901.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf index 9b7e2a3951..d5e0e29306 100644 --- a/meta/conf/machine/eee901.conf +++ b/meta/conf/machine/eee901.conf | |||
@@ -3,12 +3,14 @@ PACKAGE_EXTRA_ARCHS = "x86" | |||
3 | 3 | ||
4 | include conf/machine/include/tune-atom.inc | 4 | include conf/machine/include/tune-atom.inc |
5 | 5 | ||
6 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86" | 6 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "bzImage" | 8 | KERNEL_IMAGETYPE = "bzImage" |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2" | 10 | PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2" |
11 | 11 | ||
12 | MACHINE_EXTRA_RDEPENDS = "rt2860" | ||
13 | |||
12 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 14 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
13 | 15 | ||
14 | GUI_MACHINE_CLASS = "bigscreen" | 16 | GUI_MACHINE_CLASS = "bigscreen" |