mirror of https://github.com/hak5/openwrt.git
12 lines
303 B
Makefile
12 lines
303 B
Makefile
|
ARCH:=mips64el
|
||
|
ARCH_PACKAGES:=malta_mipsel64
|
||
|
SUBTARGET:=le64
|
||
|
BOARDNAME:=Little Endian (64-bits)
|
||
|
CFLAGS:=-Os -pipe -mips64 -mtune=mips64 -fno-caller-saves
|
||
|
FEATURES:=ramdisk
|
||
|
|
||
|
define Target/Description
|
||
|
Build LE firmware images for MIPS Malta CoreLV board running in
|
||
|
little-endian and 64-bits mode.
|
||
|
endef
|