mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 05:39:29 -04:00
11 lines
213 B
Makefile
11 lines
213 B
Makefile
ARCH:=mips
|
|
ARCH_PACKAGES:=malta_mips
|
|
SUBTARGET:=be
|
|
BOARDNAME:=Big Endian
|
|
FEATURES:=ramdisk mips16
|
|
|
|
define Target/Description
|
|
Build BE firmware images for MIPS Malta CoreLV board running in
|
|
big-endian mode
|
|
endef
|