diff options
author | Philip Balister <philip@balister.org> | 2007-08-28 11:25:49 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-28 11:25:49 +0000 |
commit | e8b2b2f03520c9602984fe3153559d2576c3f9bc (patch) | |
tree | fc27ebce8ec825116882449c37c766e6a8ffd818 /conf | |
parent | 5522ece8da310438a9c65aeaa50b86f161540f46 (diff) |
gumstix.inc : Make sure RECOMMENDED modules get into minimal image.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/gumstix.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index c271940f63..67fefd3835 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -20,12 +20,15 @@ MACHINE_FEATURES = "kernel26 alsa ext2 bluetooth" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-unix \ +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "kernel-module-unix \ kernel-module-rtc-core \ kernel-module-rtc-dev \ kernel-module-rtc-proc \ kernel-module-rtc-sa1100 \ - kernel-module-rtc-sysfs" + kernel-module-rtc-sysfs \ + kernel-module-smc91x \ + kernel-module-gumstix-smc91x \ + " # used by sysvinit_2 |