diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-23 13:57:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-23 13:57:06 +0000 |
commit | 12ac37281b46f0a4042a425d31beeaa511fe3e87 (patch) | |
tree | b182be5060445ad2b835edb07565a875d57ebed9 /conf | |
parent | 2b6a77dc8caf91bbc79a98c3abd629e6ab761355 (diff) |
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')
-rw-r--r-- | conf/machine/collie.conf | 2 |
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" |