diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mtx-3a.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf new file mode 100644 index 0000000000..bda68acd12 --- /dev/null +++ b/conf/machine/mtx-3a.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine - the orange marvell box +#@NAME: 4G Systems mtx-3a +#@DESCRIPTION: Machine configuration for the mtx-3a + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" +TARGET_CC_ARCH = "-march=armv5te" +USE_DEVFS = "1" +USE_VT = "0" +SERIAL_CONSOLE = "115200 ttyS0 vt100" +BOOTSTRAP_EXTRA_RDEPENDS += "" |