diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2007-08-13 15:44:32 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2007-08-13 15:44:32 +0000 |
commit | 74ab401b25416ea990ea1a088c04a13aed9f924a (patch) | |
tree | 80e1d0b7bdce317e73c07d5c33a3883db07c6216 /meta/conf/machine | |
parent | 6bd2d7a02c62f8e462b694a01ea43384449b851b (diff) | |
download | poky-74ab401b25416ea990ea1a088c04a13aed9f924a.tar.gz |
nokia770: Our preferred kernel is now the N800 one.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2487 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/nokia770.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index b8f2d4089a..d1e52ae5b0 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf | |||
@@ -24,7 +24,7 @@ IMAGE_FSTYPES ?= "jffs2" | |||
24 | # serial console port on devboard rev. B3 | 24 | # serial console port on devboard rev. B3 |
25 | SERIAL_CONSOLE = "115200 ttyS0" | 25 | SERIAL_CONSOLE = "115200 ttyS0" |
26 | 26 | ||
27 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" | 27 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800" |
28 | 28 | ||
29 | #use this if you are using the nokia initfs | 29 | #use this if you are using the nokia initfs |
30 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " | 30 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " |