1
#@TYPE: Machine
2
#@NAME: Thecus N2100
3
#@DESCRIPTION: Machine configuration for a Thecus N2100, an Intel IOP based NAS
4
5
TARGET_ARCH = "arm"
6
TARGET_OS = "linux"
7
INHERIT += "n2100-image"
8
9
SERIAL_CONSOLE="115200 console"
10
USE_VT="0"
11
12
MODUTILS=26
13
MACHINE_FEATURES = "kernel26 usbhost ext2 redboot"
14
MACHINE_EXTRA_RDEPENDS = "temper"
15
PREFERRED_PROVIDER_virtual/kernel = "linux"
16
PREFERRED_VERSION_linux = "2.6.20"
17
18
# We want udev support in the image
19
udevdir = "/dev"
20
21
ERASEBLOCK_SIZE = "0x20000"
22
IMAGE_FSTYPES = "jffs2"
23
EXTRA_IMAGECMD = "--little-endian"
24
25
# Creating an image that works with the webinterface required encrypting it
26
# So we'll need openssl
27
EXTRA_IMAGEDEPENDS = "openssl-native"
28
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
29
30
require conf/machine/include/tune-xscale.inc