blob: 6d258e19e93fda901ad99e780380d90e28212855 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-6000
#@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device
require conf/machine/include/zaurus-2.6.inc
require conf/machine/include/tune-xscale.inc
IMAGE_FSTYPES ?= "jffs2"
# wlan-ng Modules
# OHCI suspend/resume fixup
MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb apm-tosa-suspendfix"
ROOT_FLASH_SIZE = "28"
|