[oe-commits] Klaus Kurzmann : nokia900.conf: autoload isp1704_charger and omap_ssi modules

git version control git at git.openembedded.org
Thu Apr 28 20:01:17 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: bfd4e4d292011d6c4899096784dbdc6cbcfbf6c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bfd4e4d292011d6c4899096784dbdc6cbcfbf6c0

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Tue Mar 29 22:08:14 2011 +0200

nokia900.conf: autoload isp1704_charger and omap_ssi modules

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/machine/nokia900.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index 3b3b3b8..c6813d1 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -91,8 +91,10 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat keyboard"
 
 module_autoload_g_ether = "g_ether"
+module_autoload_omap_ssi = "omap_ssi"
+module_autoload_isp1704_charger = "isp1704_charger"
 
 # Copied from include/omap3.inc (as we do not use linux-omap recipes):
 #
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r58"
+MACHINE_KERNEL_PR = "r59"





More information about the Openembedded-commits mailing list