diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-17 18:23:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-17 18:23:26 +0000 |
commit | 45064b6983c937d80c557bf7c52747a9472680dc (patch) | |
tree | fbf416eb61f22d53bf980616ec9638b2b01e03bb /conf/machine | |
parent | 156527c87c0bee9fef81e1df940a790218ae7c52 (diff) |
hx4700: remove some more hyphens
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/hx4700.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index ccf39483dc..a6029d6c0b 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -30,14 +30,14 @@ XSERVER = "xserver-kdrive-w100" PREFERRED_VERSION_orinoco-modules = "0.15rc1" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls_cp437 \ - kernel-module-nls_iso8859-1 \ - kernel-module-nls_utf8 \ - kernel-module-af_key \ +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ + kernel-module-nls-iso8859-1 \ + kernel-module-nls-utf8 \ + kernel-module-af-key \ kernel-module-i2c-pxa \ - kernel-module-hx4700_voltage \ + kernel-module-hx4700-voltage \ kernel-module-hx4700-acx \ - kernel-module-snd_hx4700_audio" + kernel-module-snd_hx4700-audio" EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ |