summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-11 16:35:54 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-11 16:35:54 +0000
commit107efab10653a01f17b07cfac7c33f57acfddd38 (patch)
treedccb99986d542a0d7c7dd9e105a246061fca8662 /meta/conf/machine
parent680a0e58e85d2d45a4c0dab22a2e78ac751eb515 (diff)
downloadpoky-107efab10653a01f17b07cfac7c33f57acfddd38.tar.gz
eee901: Add wifi support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5186 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/eee901.conf4
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
4include conf/machine/include/tune-atom.inc 4include conf/machine/include/tune-atom.inc
5 5
6MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86" 6MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi"
7 7
8KERNEL_IMAGETYPE = "bzImage" 8KERNEL_IMAGETYPE = "bzImage"
9 9
10PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2" 10PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2"
11 11
12MACHINE_EXTRA_RDEPENDS = "rt2860"
13
12MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 14MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
13 15
14GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"