malta: target.mk cosmetical fixup
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38047
This commit is contained in:
parent
86f7ca96af
commit
da01479d73
@ -2,8 +2,8 @@ ARCH:=mips64
|
||||
ARCH_PACKAGES:=malta_mips64
|
||||
SUBTARGET:=be64
|
||||
BOARDNAME:=Big Endian (64-bits)
|
||||
CFLAGS:=-Os -pipe -mips64 -mtune=mips64
|
||||
FEATURES:=ramdisk
|
||||
CFLAGS:=-Os -pipe -mips64 -mtune=mips64
|
||||
|
||||
define Target/Description
|
||||
Build BE firmware images for MIPS Malta CoreLV board running in
|
||||
|
@ -2,10 +2,10 @@ ARCH:=mips64el
|
||||
ARCH_PACKAGES:=malta_mipsel64
|
||||
SUBTARGET:=le64
|
||||
BOARDNAME:=Little Endian (64-bits)
|
||||
CFLAGS:=-Os -pipe -mips64 -mtune=mips64
|
||||
FEATURES:=ramdisk
|
||||
CFLAGS:=-Os -pipe -mips64 -mtune=mips64
|
||||
|
||||
define Target/Description
|
||||
Build LE firmware images for MIPS Malta CoreLV board running in
|
||||
little-endian and 64-bits mode.
|
||||
little-endian and 64-bits mode
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user