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/h3800.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/h3800.conf')
-rw-r--r-- | conf/machine/h3800.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3800.conf b/conf/machine/h3800.conf index 173f2a5c8f..a13ed48d4a 100644 --- a/conf/machine/h3800.conf +++ b/conf/machine/h3800.conf @@ -3,6 +3,6 @@ #@DESCRIPTION: Machine configuration for the Compaq iPAQ 38xx devices #this machine will be primarily focussed on the 2.6 port -MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen vfat" require conf/machine/h3600.conf |