diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 17:37:13 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 17:37:13 +0000 |
commit | 9f5607c486dcd53be6a3d91b31e54f85a91a0290 (patch) | |
tree | 4661b0a55cd45a18bbcd3483b4b4d4e86d92d440 /conf/machine/htcblueangel.conf | |
parent | 986507841e95432a199ac368984ff147a2716f4f (diff) |
conf/machine/*: Add "phone" MACHINE_FEATURE for phone devices.
Diffstat (limited to 'conf/machine/htcblueangel.conf')
-rw-r--r-- | conf/machine/htcblueangel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf index a5feeb2d69..f95cb70833 100644 --- a/conf/machine/htcblueangel.conf +++ b/conf/machine/htcblueangel.conf @@ -15,7 +15,7 @@ VOLATILE_STORAGE_SIZE = "128" MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" -MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat phone" # # Software/packages selection |