mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 20:02:04 +08:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
ARCH:=mips64
|
|
CPU_TYPE:=mips64
|
|
SUBTARGET:=be64
|
|
FEATURES+=source-only
|
|
BOARDNAME:=Big Endian (64-bits)
|
|
|
|
define Target/Description
|
|
Build BE firmware images for MIPS Malta CoreLV board running in
|
|
big-endian and 64-bits mode
|
|
endef
|