diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-11 15:44:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-11 15:44:40 +0000 |
commit | 0249326d4b2997b4791d3dae4274826aac7eb613 (patch) | |
tree | c512a24e49035d2057bbdd4437a6b8bc1969b794 | |
parent | 5677e5a127defb332778feeea849d2b240367eb9 (diff) | |
parent | 4502fec60e18eb0b06cd16035491ac0252477f5c (diff) |
merge of '154202574ebfd29256ed7276e3e9e0a12972ab15'
and '9620e56cde605bf1b74be65fd400fb3044fb98e8'
-rw-r--r-- | conf/machine/h2200.conf | 2 | ||||
-rw-r--r-- | conf/machine/hx4700.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 46a612ec5d..994b2dd396 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -17,7 +17,7 @@ PCMCIA_MANAGER = "pcmciautils" MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget" MACHINE_EXTRA_RDEPENDS = "mtd-utils h2200-bootloader kernel" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd_pcm_oss" + #autoload on boot: module_autoload_snd-pcm-oss = "snd-pcm-oss" diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 61e4f5d5c2..ce7dba82ad 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -23,7 +23,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usb PCMCIA_MANAGER = "pcmciautils" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" -MACHINE_EXTRA__RRECOMMENDS = " kernel-module-snd_pcm_oss \ +MACHINE_EXTRA_RRECOMMENDS = " kernel-module-snd_pcm_oss \ kernel-module-snd_mixer_oss \ kernel-module-hidp \ kernel-module-nls_cp437 \ |