aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-11 15:30:56 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-11 15:30:56 +0000
commit4502fec60e18eb0b06cd16035491ac0252477f5c (patch)
tree945e8e530338aa3dd5a5cd6a0578583a3c9379a7 /conf
parenta4d35e89a47ff78cadba6637c727194dc0d27d29 (diff)
downloadopenembedded-4502fec60e18eb0b06cd16035491ac0252477f5c.tar.gz
hx4700, h2200: fix typo
* hidp and oss still need to get split out
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h2200.conf2
-rw-r--r--conf/machine/hx4700.conf2
2 files changed, 2 insertions, 2 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"
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 \