diff options
| -rw-r--r-- | openembedded/conf/machine/akita.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/conf/machine/akita.conf b/openembedded/conf/machine/akita.conf new file mode 100644 index 0000000000..cfcc411671 --- /dev/null +++ b/openembedded/conf/machine/akita.conf | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Sharp Zaurus SL-C1000 | ||
| 3 | #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device | ||
| 4 | |||
| 5 | KERNEL_VERSION ?= "2.4" | ||
| 6 | |||
| 7 | include conf/machine/zaurus-clamshell.conf | ||
| 8 | include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf | ||
| 9 | |||
| 10 | ROOT_FLASH_SIZE = "64" | ||
