linkstation/turbostation/n2100 machine support: Clean up and rename
[vuplus_openembedded] / conf / machine / n2100.conf
1 TARGET_ARCH = "arm"
2 TARGET_OS = "linux"
3 TARGET_FPU = "soft"
4 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
5
6 SERIAL_CONSOLE="115200 console"
7 USE_VT="0"
8
9 MODUTILS=26
10 MACHINE_FEATURES= "kernel26 usbhost"
11 PREFERRED_PROVIDER_virtual/kernel = "linux"
12 PREFERRED_VERSION_linux = "2.6.20"
13
14 # We want udev support in the image
15 udevdir = "/dev"
16
17 require conf/machine/include/tune-xscale.conf