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/hx2000.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/hx2000.conf')
-rw-r--r-- | conf/machine/hx2000.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/hx2000.conf b/conf/machine/hx2000.conf index c0d9016407..84733217d1 100644 --- a/conf/machine/hx2000.conf +++ b/conf/machine/hx2000.conf @@ -19,7 +19,7 @@ IMAGE_FSTYPES ?= "jffs2 tar.bz2" MODUTILS = "26" -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" PCMCIA_MANAGER = "pcmciautils" |