From 5ecf74e5769e29b43abb5217036cb0130fe62b0d Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sun, 16 Sep 2007 17:22:39 +0000 Subject: omap5912osk : Add usb module to image. --- conf/machine/omap5912osk.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index ee476b3602..abd50b116a 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -23,7 +23,9 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \ kernel-module-nls-iso8859-1 \ kernel-module-nls-cp437 \ kernel-module-nls-base \ - kernel-module-vfat" + kernel-module-vfat \ + kernel-module-ohci-hcd \ + " RDEPENDS_kernel-base = "" -- cgit v1.2.3 From a4d9e9fd622499299edf5e4567b86a72997ffdfc Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 17 Sep 2007 18:47:55 +0000 Subject: gumstix.inc : autoload smc91x module. Provide a commented out example of how to install all modules in the image. --- conf/machine/include/gumstix.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index afcec66c51..4f66f92cf0 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -12,6 +12,7 @@ module_autoload_pxamci = "pxamci" module_autoload_mmc_block = "mmc_block" module_autoload_gumstix_gadget = "gumstix_gadget" module_autoload_g_ether = "g_ether" +module_autoload_smc91x = "smc91x" UBOOT_ENTRYPOINT = "a0008000" @@ -20,6 +21,10 @@ MACHINE_FEATURES = "kernel26 alsa ext2 bluetooth" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash" +# Install all kernel modules +#MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "kernel-modules" + +# Install only selected kernel modules, comment out line above also MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "kernel-module-unix \ kernel-module-rtc-core \ kernel-module-rtc-dev \ -- cgit v1.2.3