From: Vasily Khoruzhick Date: Wed, 30 Sep 2009 14:29:24 +0000 (+0300) Subject: conf/machine/rx1950.conf: Correct information of the config file X-Git-Tag: Release-2010-05/1~771 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578474378e6df1ceb22f063f13c29ba3cba61c84;p=openembedded.git conf/machine/rx1950.conf: Correct information of the config file The HP iPAQ RX1950 has no bluetooth, and its flash size is 64M. Signed-off-by: Vasily Khoruzhick --- diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf index 1495e867d9..fb70437bd8 100644 --- a/conf/machine/rx1950.conf +++ b/conf/machine/rx1950.conf @@ -10,12 +10,12 @@ TARGET_ARCH = "arm" # Samsung S3C2xxx CPU require conf/machine/include/tune-arm920t.inc -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE = "64" 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 wifi usbgadget screen vfat" # # Software/packages selection