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>
This commit is contained in:
Paul Spooren 2024-06-18 11:56:10 +02:00 committed by Christian Marangi
parent 55bda9863d
commit 67e0c5922c
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
ARCH:=mips64 ARCH:=mips64
CPU_TYPE:=mips64r2 CPU_TYPE:=mips64r2
SUBTARGET:=be64 SUBTARGET:=be64
FEATURES+=source-only
BOARDNAME:=Big Endian (64-bits) BOARDNAME:=Big Endian (64-bits)
define Target/Description define Target/Description

View File

@ -1,7 +1,6 @@
ARCH:=mipsel ARCH:=mipsel
CPU_TYPE:=24kc CPU_TYPE:=24kc
SUBTARGET:=le SUBTARGET:=le
FEATURES+=source-only
BOARDNAME:=Little Endian BOARDNAME:=Little Endian
define Target/Description define Target/Description

View File

@ -1,7 +1,6 @@
ARCH:=mips64el ARCH:=mips64el
CPU_TYPE:=mips64r2 CPU_TYPE:=mips64r2
SUBTARGET:=le64 SUBTARGET:=le64
FEATURES+=source-only
BOARDNAME:=Little Endian (64-bits) BOARDNAME:=Little Endian (64-bits)
define Target/Description define Target/Description