diff options
Diffstat (limited to 'conf/machine')
-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 \ |