malta: enable VM targets again
authorPaul Spooren <mail@aparcar.org>
Tue, 18 Jun 2024 09:56:10 +0000 (11:56 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 30 Jun 2024 20:00:03 +0000 (22:00 +0200)
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>
target/linux/malta/be64/target.mk
target/linux/malta/le/target.mk
target/linux/malta/le64/target.mk

index e992c2c69860bf2655495ca2f11d12db9ad92829..7045d511bc4936db93e4e6e7b47ae52b20c26243 100644 (file)
@@ -1,7 +1,6 @@
 ARCH:=mips64
 CPU_TYPE:=mips64r2
 SUBTARGET:=be64
-FEATURES+=source-only
 BOARDNAME:=Big Endian (64-bits)
 
 define Target/Description
index feb0f1d04c782cd9ca5aafd913e1bc1dc3c132ba..f93ff78920e557a8831fd3ea091a0f8122d1019d 100644 (file)
@@ -1,7 +1,6 @@
 ARCH:=mipsel
 CPU_TYPE:=24kc
 SUBTARGET:=le
-FEATURES+=source-only
 BOARDNAME:=Little Endian
 
 define Target/Description
index 59dcc86befe2574d90d9e7f397e57c2499fd43ee..098ab40c5c6398362cb216b86c573b55b26014bf 100644 (file)
@@ -1,7 +1,6 @@
 ARCH:=mips64el
 CPU_TYPE:=mips64r2
 SUBTARGET:=le64
-FEATURES+=source-only
 BOARDNAME:=Little Endian (64-bits)
 
 define Target/Description