mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-16 23:50:21 +00:00
11 lines
206 B
Makefile
11 lines
206 B
Makefile
ARCH:=mips
|
|
ARCH_PACKAGES:=malta_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
|