mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
ARCH:=mips64
|
|
ARCH_PACKAGES:=malta_mips64
|
|
SUBTARGET:=be64
|
|
BOARDNAME:=Big Endian (64-bits)
|
|
FEATURES:=ramdisk
|
|
|
|
define Target/Description
|
|
Build BE firmware images for MIPS Malta CoreLV board running in
|
|
big-endian and 64-bits mode
|
|
endef
|