da01479d73
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38047
11 lines
284 B
Makefile
11 lines
284 B
Makefile
ARCH:=mips64el
|
|
ARCH_PACKAGES:=malta_mipsel64
|
|
SUBTARGET:=le64
|
|
BOARDNAME:=Little Endian (64-bits)
|
|
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
|
|
endef
|