blob: 27b7aff7bc0ad1f81e0aed85bf77051d77272f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#@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-pxa27x"
BOOTSTRAP_EXTRA_DEPENDS += "pivotinit"
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 pivotinit"
ROOT_FLASH_SIZE = "16"
|