diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-05 08:58:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-05 08:58:35 +0000 |
commit | 9019e731b2a9c7120b9c6f604b4e390e9569dd4a (patch) | |
tree | 760340238a3fe19114d1dd71523599e01a69a1ec | |
parent | 96676c1519bf6882fe3cd96e9af80fdce62b02fc (diff) |
htcuniversal: add phone feature
-rw-r--r-- | conf/machine/htcuniversal.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 485d90df7f..dbe3a5a010 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -15,7 +15,8 @@ require conf/machine/include/tune-xscale.conf #require conf/machine/include/tune-iwmmxt.conf GUI_MACHINE_CLASS = "bigscreen" -MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen screen wifi bluetooth" +MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen screen wifi bluetooth phone" +MACHINE_TASK_PROVIDER = "task-base" # # Software/packages selection |