diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-02-27 16:17:17 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-27 16:17:17 -0800 |
commit | 6641422f8ec326ed5fae7bb3a642f7267c44d3a6 (patch) | |
tree | 0d65829aa5db8900df22564e2ef7b696e1ff6cb2 /conf | |
parent | 2505a09c7d5501fa017970596eb28cfa302dd3a0 (diff) |
rx1950.conf: Add missing quote in MACHINE_FEATURES
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/rx1950.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf index 0ec1b32a2d..1495e867d9 100644 --- a/conf/machine/rx1950.conf +++ b/conf/machine/rx1950.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 irda bluetooth wifi usbgadget screen vfat +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat" # # Software/packages selection |