diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
commit | 4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch) | |
tree | 48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/mtx-1.conf | |
parent | 92b95480c1095db9dc453725c5a13698a7eb8e20 (diff) |
Pull in Robert P.J. Day's reorganized oe.conf work, to improve readability,
and moved MACHINE and DISTRO specific .conf files into their own
directories.
BKrev: 41656520p5hbk1WSEZcNUg5mgUqbwA
Diffstat (limited to 'conf/mtx-1.conf')
-rw-r--r-- | conf/mtx-1.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/conf/mtx-1.conf b/conf/mtx-1.conf deleted file mode 100644 index 6b11df78da..0000000000 --- a/conf/mtx-1.conf +++ /dev/null @@ -1,18 +0,0 @@ -#@TYPE: Machine -#@NAME: 4G Systems mtx-1 -#@DESCRIPTION: Machine configuration for the mtx-1 (aka MeshCube) - -TARGET_ARCH = "mipsel" -IPKG_ARCHS = "all mipsel ${MACHINE}" - -PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1" -CVSDATE_linux-mtx-1 = "20040927" - -EXTRA_IMAGECMD_jffs2 = "--pad=0x1c00000 --little-endian --eraseblock=0x20000 -n" - -# does not gain any speed and just creates problems: -# TARGET_CC_ARCH = "-march=mips32" - -USE_DEVFS = "1" -USE_VT = "0" -SERIAL_CONSOLE = "115200 tts/0 vt100"
\ No newline at end of file |