Machine config file for the mips based RB5XX family of boards also knows as Routerboards
authorStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 28 Aug 2006 19:30:26 +0000 (19:30 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 28 Aug 2006 19:30:26 +0000 (19:30 +0000)
conf/machine/rb500.conf [new file with mode: 0644]

diff --git a/conf/machine/rb500.conf b/conf/machine/rb500.conf
new file mode 100644 (file)
index 0000000..aec2a8f
--- /dev/null
@@ -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"