diff options
Diffstat (limited to 'meta/conf/machine/nokia800.conf')
-rw-r--r-- | meta/conf/machine/nokia800.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/nokia800.conf b/meta/conf/machine/nokia800.conf index 3cd410545e..9217827591 100644 --- a/meta/conf/machine/nokia800.conf +++ b/meta/conf/machine/nokia800.conf @@ -2,7 +2,7 @@ #@NAME: Nokia 770 internet tablet #@DESCRIPTION: Machine configuration for the Nokia 800 TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap" XSERVER = "xserver-kdrive-xomap" @@ -24,6 +24,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800" #use this if you are using the nokia initfs ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " -MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat" MACHINE_EXTRA_RDEPENDS = "cx3110x" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |