diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-20 21:49:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-20 21:49:55 +0000 |
commit | e356d23405da545126dd7984e6fb977a459063b3 (patch) | |
tree | a18c96ead42973cd611700089debe41b1784b977 /conf | |
parent | 143f2c0ec97bacab5fefa9a5790bbad7373db9e7 (diff) |
c7x0: set kernel 2.6 as default kernel
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/c7x0.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 122f2de435..c5e42a2bed 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -2,7 +2,7 @@ #@NAME: Sharp Zaurus SL-C7x0 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices -KERNEL_VERSION ?= "2.4" +KERNEL_VERSION ?= "2.6" include conf/machine/zaurus-clamshell.conf include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf |