diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-14 15:56:47 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-14 15:56:47 +0200 |
commit | ff97dad855526c3b28d8064582a7eea4c31c0602 (patch) | |
tree | e1e5453813e8d28cb3801cc44e059eec65ab294b /conf/machine | |
parent | 1f05937e03c5faadd182b27df700c2dc3660a5ab (diff) | |
parent | 1c1e92afe0373f90d66052efa6b59fe063697ce1 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/palmt650.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf index 272c0dca1c..f81ade3d2e 100644 --- a/conf/machine/palmt650.conf +++ b/conf/machine/palmt650.conf @@ -12,6 +12,9 @@ GUI_MACHINE_CLASS = "bigscreen" MACHINE_EXTRA_RRECOMMENDS += "kernel-module-snd-pxa2xx-ac97 \ kernel-module-pxa27x-keyboard \ - kernel-module-wm97xx-ts" + kernel-module-wm97xx-ts \ + " + +MACHINE_EXTRA_RDEPENDS += "palmt650-keyboard-modmap" module_autoload_g_ether = "g_ether" |