diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-05 17:44:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-05 17:44:25 +0000 |
commit | 8242585ba53ff4d120026a725c79323c30454865 (patch) | |
tree | ca45b6a771a422d507bbaac2b5476cfeca053924 /conf | |
parent | 7bc46942cab9eae9e3e527e69bd98c26bf6f4954 (diff) |
conf/machine/h2200.conf: include sound modules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/h2200.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index b96c110067..0c722c0085 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -19,7 +19,7 @@ BOOTSTRAP_EXTRA_RDEPENDS = "h2200-bootloader ${@linux_module_packages('${H2200_M BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" #ship in rootfs: -H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop " +H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pcm-oss snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop " #autoload on boot: module_autoload_h2200_pm = "h2200_pm" @@ -34,7 +34,7 @@ module_autoload_h2200_battery = "h2200_battery" module_autoload_hamcop_nand = "hamcop_nand" module_autoload_pxa2xx_h2200 = "pxa2xx_h2200" module_autoload_snd_pxa_i2sound_h2200 = "snd-pxa-i2sound-h2200" - +module_autoload_snd-pcm-oss = "snd-pcm-oss" SERIAL_CONSOLE = "115200 tts/0 vt100" |