blob: dac142abcdde0cee5d992d6268a773e61f5d2e25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-C7x0
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
require conf/machine/include/zaurus-2.6.inc
require conf/machine/include/zaurus-clamshell.inc
IMAGE_FSTYPES += "jffs2"
ROOT_FLASH_SIZE = "25"
# yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs,
# but we don't make a special image for it.
XSERVER = "xserver-kdrive-imageon"
|