diff options
Diffstat (limited to 'conf/machine/spitz.conf')
-rw-r--r-- | conf/machine/spitz.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index e69de29bb2..798d52e3d2 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: Sharp Zaurus SL-C3000 +#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device + +include conf/machine/zaurus-clamshell.conf +include conf/machine/zaurus-clamshell-2.4.conf + +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-spitz" + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ +kernel-module-net-fd kernel-module-registers kernel-module-pxa27x-bi \ +kernel-module-usbdcore kernel-module-usbdmonitor chkhinge" + +ROOT_FLASH_SIZE = "16" |