openwrt/target/linux/malta/be64/target.mk
Paul Spooren 67e0c5922c
malta: enable VM targets again
These targets are interesting for automated testing. The currently
available targets are from 2017 and either we should enable them again
or delete the remaining files on the download servers.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/15740
Link: https://github.com/openwrt/openwrt/pull/15740
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-06-30 22:00:03 +02:00

10 lines
207 B
Makefile

ARCH:=mips64
CPU_TYPE:=mips64r2
SUBTARGET:=be64
BOARDNAME:=Big Endian (64-bits)
define Target/Description
Build BE firmware images for MIPS Malta CoreLV board running in
big-endian and 64-bits mode
endef