diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-18 02:18:34 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-18 02:18:34 +0000 |
commit | 1aa178f0e70a32ca71eaf271218868cc1a1708f9 (patch) | |
tree | d8b97b0f8afd56c19a4a4232b24536b9e050aca0 /conf/machine/h5000.conf | |
parent | 79e09cd0a81f4ac43ca5d80c31142723041e3543 (diff) |
PDA-like machines with card slots: Enable "vfat" feature.
* FAT-formatted cards are commodity, it's expectable them to be supported OOB.
Diffstat (limited to 'conf/machine/h5000.conf')
-rw-r--r-- | conf/machine/h5000.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index 6ed836c1de..62d3c21450 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.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 bluetooth irda wifi usbgadget usbhost screen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat" # # Software/packages selection |