diff options
| author | Philip Balister <philip@balister.org> | 2007-09-17 19:07:31 +0000 |
|---|---|---|
| committer | Philip Balister <philip@balister.org> | 2007-09-17 19:07:31 +0000 |
| commit | ea1c418b23870f7d25918d46c370e9d21746a05c (patch) | |
| tree | 49cd57fa97f4be0be5cce5b4a7f13784ab5a6273 | |
| parent | e062ed84ee44935576ecad6c65f9a0a8fd910c44 (diff) | |
| parent | a4d9e9fd622499299edf5e4567b86a72997ffdfc (diff) | |
merge of '334f1ee81c31102eb71d125911c2b1de3f3804d2'
and 'e9a6786ef2e7a6c087283a96dd0a224bae8a9927'
| -rw-r--r-- | conf/machine/include/gumstix.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |
