[Zrouter-src] ZRouter.org: push to ZRouter socs/socs.mk
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Tue Apr 17 14:44:16 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/99586852be15
changeset: 380:99586852be15
user: Aleksandr Rybalko <ray at ddteam.net>
date: Tue Apr 17 17:36:55 2012 +0300
description:
Rename target mipsbe to mips (Upstream changes)
diffstat:
socs/socs.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5ec49b7f4e0a -r 99586852be15 socs/socs.mk
--- a/socs/socs.mk Tue Mar 20 12:48:05 2012 +0200
+++ b/socs/socs.mk Tue Apr 17 17:36:55 2012 +0300
@@ -14,7 +14,7 @@
.endif
.if defined(TARGET_ARCH)
-.if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb"
+.if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mips"
KERNCONF_KERN_LDSCRIPT_NAME?= ldscript.mips.bin
.else
KERNCONF_KERN_LDSCRIPT_NAME?= ldscript.${TARGET}
More information about the Zrouter-src
mailing list