mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 10:45:50 +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
|