openwrt/target/linux/malta/le/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
185 B
Makefile

ARCH:=mipsel
CPU_TYPE:=24kc
SUBTARGET:=le
BOARDNAME:=Little Endian
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
little-endian mode
endef