mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
67e0c5922c
These targets are interesting for automated testing. The currently available targets are from 2017 and either we should enable them again or delete the remaining files on the download servers. Signed-off-by: Paul Spooren <mail@aparcar.org> Link: https://github.com/openwrt/openwrt/pull/15740 Link: https://github.com/openwrt/openwrt/pull/15740 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
10 lines
215 B
Makefile
10 lines
215 B
Makefile
ARCH:=mips64el
|
|
CPU_TYPE:=mips64r2
|
|
SUBTARGET:=le64
|
|
BOARDNAME:=Little Endian (64-bits)
|
|
|
|
define Target/Description
|
|
Build LE firmware images for MIPS Malta CoreLV board running in
|
|
little-endian and 64-bits mode
|
|
endef
|