r523 - trunk/oe/packages/linux


Tue Jan 9 16:06:52 CET 2007


Author: 
Date: 2007-01-09 16:06:51 +0100 (Tue, 09 Jan 2007)
New Revision: 523

Modified:
   trunk/oe/packages/linux/linux-gta01_2.6.17.14.bb
Log:
oe: linux-gta 2.6.17.14 autoload ohci-hcd and g_ether


Modified: trunk/oe/packages/linux/linux-gta01_2.6.17.14.bb
===================================================================
--- trunk/oe/packages/linux/linux-gta01_2.6.17.14.bb	2007-01-08 18:50:12 UTC (rev 522)
+++ trunk/oe/packages/linux/linux-gta01_2.6.17.14.bb	2007-01-09 15:06:51 UTC (rev 523)
@@ -4,7 +4,7 @@
 HOMEPAGE = "N/A"
 LICENSE = "GPL"
 DEPENDS += "quilt-native uboot-gta01"
-PR = "r5"
+PR = "r6"
 
 inherit kernel
 
@@ -41,8 +41,10 @@
 ###############################################################
 # module configs specific to this kernel
 #
-#module_autoload_pxaficp_ir = "pxaficp_ir"
+module_autoload_ohci-hcd = "ohci-hcd"
+module_autoload_g_ether = "g_ether"
 #module_autoload_snd-pcm-oss = "snd-pcm-oss"
+#module_autoload_snd-soc-corgi_c7x0 = "snd-soc-s3c24xx"
 
 do_prepatch() {
         mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av





More information about the commitlog mailing list