blob: e17ca31bcb216ef407c1b2a6d62e9bcc80265787 (
plain)
1
2
3
4
5
6
7
|
#@TYPE: Machine
#@NAME: Mikrotik RB500
#@DESCRIPTION: Machine configuration for the MIPS based Routerboard
TARGET_ARCH = "mipsel"
TARGET_CC_ARCH = "-Os -mips2"
PREFERRED_PROVIDER_virtual/kernel = "linux-rb500"
|