diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-07 19:42:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-07 19:42:25 +0000 |
commit | 61507ca7d6b3b629c6eb3ede1a9a01a08407f2cb (patch) | |
tree | 8baf6450b7a7bb95543b6b2176e9d02bf44b2789 /conf/machine/h5000.conf | |
parent | 42609ed1d3614d365530a1121bce6c1aa78423da (diff) |
h5000.conf: another hyphen versus underscore problem....
Diffstat (limited to 'conf/machine/h5000.conf')
-rw-r--r-- | conf/machine/h5000.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index ecc2e679d9..8645df3555 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -23,8 +23,8 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl" MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params" -MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400_lcd \ - kernel-module-h5400_battery" +MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400-lcd \ + kernel-module-h5400-battery" # # Modules autoload and other boot properties |