diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2010-07-11 12:40:00 +0100 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2010-07-11 12:40:00 +0100 |
commit | 078d6eadc48b49002e3d191a17bbd9b231f8ee23 (patch) | |
tree | 11c59a279d3da6f6979f14090b2e57888004928f | |
parent | 4857a88f7e9ffdd6ca2fbfdd10681a9e3b09ab5e (diff) |
conf/machine: add keymaps to recommended list for h4000/hx4700 to fix record button
-rw-r--r-- | conf/machine/h4000.conf | 1 | ||||
-rw-r--r-- | conf/machine/hx4700.conf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index f85b2a12ee..6c84a1395a 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -29,6 +29,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \ kernel-module-h4000-bt \ kernel-module-h4000-pcmcia \ kernel-module-acx \ + keymaps \ " # diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index ab532e33ff..474454ab31 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -45,7 +45,8 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-acx \ kernel-module-hx4700-acx \ kernel-module-hx4700-bt \ - kernel-module-snd-hx4700-audio" + kernel-module-snd-hx4700-audio \ + keymaps" #write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ |