diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-11 15:30:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-11 15:30:56 +0000 |
commit | 4502fec60e18eb0b06cd16035491ac0252477f5c (patch) | |
tree | 945e8e530338aa3dd5a5cd6a0578583a3c9379a7 /conf/machine/hx4700.conf | |
parent | a4d35e89a47ff78cadba6637c727194dc0d27d29 (diff) |
hx4700, h2200: fix typo
* hidp and oss still need to get split out
Diffstat (limited to 'conf/machine/hx4700.conf')
-rw-r--r-- | conf/machine/hx4700.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |