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/htcalpine.conf | |
parent | 986507841e95432a199ac368984ff147a2716f4f (diff) |
conf/machine/*: Add "phone" MACHINE_FEATURE for phone devices.
Diffstat (limited to 'conf/machine/htcalpine.conf')
-rw-r--r-- | conf/machine/htcalpine.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcalpine.conf b/conf/machine/htcalpine.conf index 6bf89999bf..f7f025413d 100644 --- a/conf/machine/htcalpine.conf +++ b/conf/machine/htcalpine.conf @@ -15,7 +15,7 @@ VOLATILE_STORAGE_SIZE = "64" MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" -MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen vfat" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen vfat phone" # # Software/packages selection |