diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-29 11:12:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-29 11:12:36 +0000 |
commit | 70527abde72e1c7e3949da2b8d8c1acd32f80f74 (patch) | |
tree | 6bf322c971444afd9009f20679a7b4573069eb99 /conf/machine/jornada6xx.conf | |
parent | f8edb5ad15e84bb5168d2e081a776e85d7c89fe4 (diff) |
lots of machines: add 'screen' to MACHINE_FEATURES
Diffstat (limited to 'conf/machine/jornada6xx.conf')
-rw-r--r-- | conf/machine/jornada6xx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 680836ee14..aa6631a524 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -9,5 +9,5 @@ include conf/machine/include/tune-sh3.conf PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx" PCMCIA_MANAGER = "pcmciautils" -MACHINE_FEATURES = "kernel26 pcmcia irda keyboard touchscreen" -MACHINE_TASK_PROVIDER = "task-base"
\ No newline at end of file +MACHINE_FEATURES = "kernel26 pcmcia irda keyboard touchscreen screen" +MACHINE_TASK_PROVIDER = "task-base" |