diff options
author | Philip Balister <philip@balister.org> | 2007-09-17 19:11:18 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-09-17 19:11:18 +0000 |
commit | a180b8ab7fa0964df1c10ef2186b9ff6f8a105c0 (patch) | |
tree | 4a0ee333d4dfd8149fe46bc6a92660d9490d3865 /conf/machine/include/gumstix.inc | |
parent | 5ecf74e5769e29b43abb5217036cb0130fe62b0d (diff) | |
parent | ea1c418b23870f7d25918d46c370e9d21746a05c (diff) |
merge of '3338e7932ebf1ee7b603ad0ec86faebba093324a'
and 'aa794d08e1cb6a4c86e5d72f46667ad1f4332813'
Diffstat (limited to 'conf/machine/include/gumstix.inc')
-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 \ |