aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/akita.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-12-24 19:02:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-24 19:02:06 +0000
commit72e09dc3757283be06a4db309105e49d5d95ed4d (patch)
treec45a851b850d470cd3150c8dd6666e81c9cc032f /conf/machine/akita.conf
parent885b4686821b918be57c8026e76ab33a7289184f (diff)
downloadopenembedded-72e09dc3757283be06a4db309105e49d5d95ed4d.tar.gz
zaurus machine configurations: fix ROOT_FLASH_SIZE on all models and set 2.6 as default kernel for akita, borzoi, and spitz.
Diffstat (limited to 'conf/machine/akita.conf')
-rw-r--r--conf/machine/akita.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf
index cfcc411671..6cf622ae1c 100644
--- a/conf/machine/akita.conf
+++ b/conf/machine/akita.conf
@@ -2,9 +2,9 @@
#@NAME: Sharp Zaurus SL-C1000
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
-KERNEL_VERSION ?= "2.4"
+KERNEL_VERSION ?= "2.6"
include conf/machine/zaurus-clamshell.conf
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
-ROOT_FLASH_SIZE = "64"
+ROOT_FLASH_SIZE = "58"