diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-11 16:35:54 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-11 16:35:54 +0000 |
commit | 107efab10653a01f17b07cfac7c33f57acfddd38 (patch) | |
tree | dccb99986d542a0d7c7dd9e105a246061fca8662 | |
parent | 680a0e58e85d2d45a4c0dab22a2e78ac751eb515 (diff) | |
download | poky-107efab10653a01f17b07cfac7c33f57acfddd38.tar.gz |
eee901: Add wifi support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5186 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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" |