mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00: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
|