mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 23:33:43 +02:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
ARCH:=mips
|
||
|
SUBTARGET:=be
|
||
|
BOARDNAME:=Big Endian
|
||
|
FEATURES:=ramdisk
|
||
|
|
||
|
define Target/Description
|
||
|
Build BE firmware images for MIPS Malta CoreLV board running in
|
||
|
big-endian mode
|
||
|
endef
|