collie: use 2.6 by default. If someone want 2.4 then set MACHINE_KERNEL_VERSION=2...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 23 Apr 2007 13:57:06 +0000 (13:57 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 23 Apr 2007 13:57:06 +0000 (13:57 +0000)
conf/machine/collie.conf

index c9cfe77..429463c 100644 (file)
@@ -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"