diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-10 11:56:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-10 11:56:28 +0000 |
commit | 97eaf23d080c5eeb75c7a40f98fa355e80dd787a (patch) | |
tree | 6b3b3cf837dcc6e7ac1eeff522bfee56df5aa96a /conf/machine | |
parent | 9be066c88cc99bf1654d1926fd085fffa5fec447 (diff) |
palmtx.conf: Never RDEPENDS for kernel modules.
* Closes #2291
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/palmtx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf index 6b98f22cde..a9b92ff7cc 100644 --- a/conf/machine/palmtx.conf +++ b/conf/machine/palmtx.conf @@ -20,7 +20,7 @@ GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf -MACHINE_EXTRA_RDEPENDS += "kernel-module-pxa27x-keyboard \ +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ kernel-module-pxapwm-bl \ kernel-module-wm97xx-ts \ kernel-module-palmtx-battery" |