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/h2200.conf | |
parent | a4d35e89a47ff78cadba6637c727194dc0d27d29 (diff) |
hx4700, h2200: fix typo
* hidp and oss still need to get split out
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 9adb6dbdcc..b44584b179 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 udev" -MACHINE_EXTRA__RRECOMMENDS = " kernel-module-snd_pcm_oss \ +MACHINE_EXTRA_RRECOMMENDS = " kernel-module-snd_pcm_oss \ g_ether \ g_serial \ g_file_storage" |