diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-04-23 17:54:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-04-23 17:54:58 +0000 |
commit | 51eff6b03ab2f34aa4c6b263948e4bb557a2d7d9 (patch) | |
tree | b13876361eacfb3fa1cd081c8ee8a1c1daa51504 /conf/machine/akita.conf | |
parent | 4f77782520cb29333b61aaf76b4d60ca6230447f (diff) |
refactor zaurus-clamshell-2.4.conf plus derived configs
BKrev: 426a8bf2dT5IoHTV9oP188nh1qiy9Q
Diffstat (limited to 'conf/machine/akita.conf')
-rw-r--r-- | conf/machine/akita.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index e69de29bb2..d37deaeade 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -0,0 +1,12 @@ +#@TYPE: Machine +#@NAME: Sharp Zaurus SL-C1000 +#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device + +include conf/machine/zaurus-clamshell.conf +include conf/machine/zaurus-clamshell-2.4.conf + +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa27x" + +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa27x-bi" + +ROOT_FLASH_SIZE = "64" |