diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-01 10:00:10 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-01 10:00:10 +0000 |
commit | f3bc368fcae8dba840ef39eb02a5dc815cda01f8 (patch) | |
tree | 60fc8972349a815e6829b54026a1297ab9c5c824 | |
parent | be3cc4b2e5bd53abee2aa9bb300727369996f306 (diff) |
turbostation.conf: Add machine turbostation
-rw-r--r-- | conf/machine/turbostation.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf new file mode 100644 index 0000000000..d3952e1d4a --- /dev/null +++ b/conf/machine/turbostation.conf @@ -0,0 +1,15 @@ +TARGET_ARCH = "powerpc" +TARGET_OS = "linux" +# TARGET_VENDOR = "oe" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +# terminal specs - console, but no other ports +SERIAL_CONSOLE="115200 console" +USE_VT="0" + +MODUTILS=26 +MACHINE_TASK_PROVIDER = "task-base" +MACHINE_FEATURES= "kernel26 usbhost" +BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" +PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" + +require conf/machine/include/tune-ppc603e.conf |