mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 08:17:06 +08:00
9 lines
162 B
Makefile
9 lines
162 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=be
|
|
BOARDNAME:=Big Endian
|
|
|
|
define Target/Description
|
|
Build BE firmware images for MIPS Malta CoreLV board running in
|
|
big-endian mode
|
|
endef
|