diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-18 09:55:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-18 09:55:10 +0000 |
commit | 5dd0bbb5d57e4093f9bff1fb5c470d7b6726a8da (patch) | |
tree | b653df2e2dddb1bc88b065857a0313ed9505e8c0 /conf | |
parent | d9fe63029ddcb0a468ecd71ba5802f7659591e16 (diff) |
fic-gta01: add 'phone' machine feature
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index f10797bbaf..c479075285 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -9,7 +9,7 @@ PACKAGE_EXTRA_ARCHS = "armv4t" PREFERRED_PROVIDER_virtual/kernel = "linux-gta01" -MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone" MACHINE_EXTRA_RDEPENDS = "alsa-state" |