aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/collie.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-04-23 13:57:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-04-23 13:57:06 +0000
commit12ac37281b46f0a4042a425d31beeaa511fe3e87 (patch)
treeb182be5060445ad2b835edb07565a875d57ebed9 /conf/machine/collie.conf
parent2b6a77dc8caf91bbc79a98c3abd629e6ab761355 (diff)
downloadopenembedded-12ac37281b46f0a4042a425d31beeaa511fe3e87.tar.gz
collie: use 2.6 by default. If someone want 2.4 then set MACHINE_KERNEL_VERSION=2.4 in local.conf
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r--conf/machine/collie.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index c9cfe7744f..429463cc87 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -4,7 +4,7 @@
TARGET_ARCH = "arm"
-MACHINE_KERNEL_VERSION ?= "2.4"
+MACHINE_KERNEL_VERSION ?= "2.6"
require conf/machine/include/collie-${MACHINE_KERNEL_VERSION}.conf
PREFERRED_PROVIDER_xserver = "xserver-kdrive"