diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-12-24 19:02:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-24 19:02:06 +0000 |
commit | 72e09dc3757283be06a4db309105e49d5d95ed4d (patch) | |
tree | c45a851b850d470cd3150c8dd6666e81c9cc032f /conf/machine/c7x0.conf | |
parent | 885b4686821b918be57c8026e76ab33a7289184f (diff) |
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/c7x0.conf')
-rw-r--r-- | conf/machine/c7x0.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index c5e42a2bed..6b8348e117 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -7,6 +7,5 @@ KERNEL_VERSION ?= "2.6" include conf/machine/zaurus-clamshell.conf include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf -ROOT_FLASH_SIZE = "32" -# yes, the husky has 64MB, I know... Be happy, that way you can install more software :) - +ROOT_FLASH_SIZE = "25" +# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it. |