summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/machine')
-rw-r--r--openembedded/conf/machine/nokia770.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf
index d022d8703a..3d6b7c0c3d 100644
--- a/openembedded/conf/machine/nokia770.conf
+++ b/openembedded/conf/machine/nokia770.conf
@@ -2,7 +2,7 @@
2#@NAME: Nokia 770 internet tablet 2#@NAME: Nokia 770 internet tablet
3#@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet 3#@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet
4TARGET_ARCH = "arm" 4TARGET_ARCH = "arm"
5IPKG_ARCHS = "all arm armv4 armv5te" 5IPKG_ARCHS = "all arm armv4 armv5te nokia770"
6 6
7PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" 7PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap"
8PREFERRED_PROVIDER_virtual/bootloader = "" 8PREFERRED_PROVIDER_virtual/bootloader = ""
@@ -29,8 +29,8 @@ SERIAL_CONSOLE = "115200 ttyS0"
29#build omap1 till nokia releases the patches 29#build omap1 till nokia releases the patches
30PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" 30PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
31 31
32BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ 32BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \
33pcmcia-cs apm ppp wireless-tools console-tools" 33${PCMCIA_MANAGER} apm ppp wireless-tools console-tools"
34 34
35# NFS Modules 35# NFS Modules
36#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" 36#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"