[oe-commits] Michael 'Mickey' Lauer : conf/machine/htcdream.conf: add wifi to MACHINE_FEATURES and add required kernel modules

git version control git at git.openembedded.org
Wed Apr 7 05:15:46 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 420695af7aa35ca021907130e9103c723f05c405
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=420695af7aa35ca021907130e9103c723f05c405

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Apr  6 21:18:12 2010 +0200

conf/machine/htcdream.conf: add wifi to MACHINE_FEATURES and add required kernel modules

---

 conf/machine/htcdream.conf |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/conf/machine/htcdream.conf b/conf/machine/htcdream.conf
index 312b75b..89604d5 100644
--- a/conf/machine/htcdream.conf
+++ b/conf/machine/htcdream.conf
@@ -1,13 +1,22 @@
 #@TYPE: Machine
 #@NAME: HTC Dream
-#@DESCRIPTION: Machine configuration for HTC Dream phone (aka T-Mobile G1 and Google ADP-1)
+#@DESCRIPTION: Machine configuration for the HTC Dream phone (aka T-Mobile G1 and Google ADP-1)
 
 require conf/machine/include/htc-msm7.inc
 
 MACHINE_DISPLAY_WIDTH_PIXELS = "320"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+MACHINE_DISPLAY_ORIENTATION = "0"
+MACHINE_DISPLAY_PPI = "185"
 
-MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usbgadget bluetooth keyboard ext2" 
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usbgadget bluetooth wifi keyboard ext2"
+
+MACHINE_EXTRA_RRECOMMENDS = "\
+  kernel-module-wl1251 \
+  kernel-module-wl1251-sdio \
+  kernel-module-msm-wifi \
+  firmware-ti-wl1251 \
+"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-leviathan"
 





More information about the Openembedded-commits mailing list