blob: 18c7fde3a67decac06b97d9d3c2edba7beb6c312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#@TYPE: Machine
#@NAME: Thecus n1200
#@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS
TARGET_ARCH = "powerpc"
TARGET_FPU = "hard"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_FEATURES = "kernel26 usbhost ext2"
MACHINE_TASK_PROVIDER = "task-base"
MACHINE_EXTRA_RRECOMMENDS = "temper u-boot-utils lmsensors-apps"
USE_DEVFS = "0"
PREFERRED_PROVIDER_virtual/kernel = "linux-n1200"
PREFERRED_VERSION_linux-n1200 = "2.6.27-rc9+git"
#don't try to access tty1
USE_VT = "0"
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
IMAGE_FSTYPES = "tar.gz"
SERIAL_CONSOLE = "ttyS0 115200"
require conf/machine/include/tune-ppc603e.inc
|