mirror of https://github.com/hak5/openwrt.git
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
|