aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2006-08-28 19:30:26 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2006-08-28 19:30:26 +0000
commitdc5ca9f451646a2cfd4708fe16fad3527b1b8e17 (patch)
treed29b7727a3e4c88ffe9fe130c10e37eb41f2031e /conf
parent8d2c295a31fce8efef397d7c4443ee9ac29eee99 (diff)
downloadopenembedded-dc5ca9f451646a2cfd4708fe16fad3527b1b8e17.tar.gz
Machine config file for the mips based RB5XX family of boards also knows as Routerboards
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/rb500.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/rb500.conf b/conf/machine/rb500.conf
new file mode 100644
index 0000000000..aec2a8f726
--- /dev/null
+++ b/conf/machine/rb500.conf
@@ -0,0 +1,8 @@
+#@TYPE: Machine
+#@NAME: Mikrotik RB500
+#@DESCRIPTION: Machine configuration for the MIPS based Routerboard
+
+TARGET_ARCH = "mipsel"
+TARGET_CC_ARCH = "-Os -mips2"
+IPKG_ARCHS = "all mipsel ${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "linux-rb500"