summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-30 16:10:42 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-30 16:10:42 +0000
commit218dbd434d3fd6d5fbc6694af78e78f89e411ca2 (patch)
treec5157ffbcb529796a9aadd5f12f33ca829cba38d /conf/machine
parent5e2a192b08ece4c07f931029fb69abba9861e5b4 (diff)
turbostation: Add uboot-support
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/turbostation.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf
index ffa44207cd..2c1a9d70b5 100644
--- a/conf/machine/turbostation.conf
+++ b/conf/machine/turbostation.conf
@@ -2,14 +2,18 @@ TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
TARGET_FPU = "hard"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-MACHINE_TASK_PROVIDER = "task-base"
+
+INHERIT += "turbostation-image"
# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 console"
USE_VT="0"
MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2"
+MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
+UBOOT_MACHINE = "qnap_config"
+PREFERRED_VERSION_u-boot = "1.2.0"
+
PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
MACHINE_TASK_PROVIDER = "task-base"