[openwrt/openwrt] malta: enable VM targets again
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 30 13:06:35 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/67e0c5922c4fd6b74735f7801fcb70c3b110b139
commit 67e0c5922c4fd6b74735f7801fcb70c3b110b139
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Jun 18 11:56:10 2024 +0200
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 at aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/15740
Link: https://github.com/openwrt/openwrt/pull/15740
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/malta/be64/target.mk | 1 -
target/linux/malta/le/target.mk | 1 -
target/linux/malta/le64/target.mk | 1 -
3 files changed, 3 deletions(-)
diff --git a/target/linux/malta/be64/target.mk b/target/linux/malta/be64/target.mk
index e992c2c698..7045d511bc 100644
--- a/target/linux/malta/be64/target.mk
+++ b/target/linux/malta/be64/target.mk
@@ -1,7 +1,6 @@
ARCH:=mips64
CPU_TYPE:=mips64r2
SUBTARGET:=be64
-FEATURES+=source-only
BOARDNAME:=Big Endian (64-bits)
define Target/Description
diff --git a/target/linux/malta/le/target.mk b/target/linux/malta/le/target.mk
index feb0f1d04c..f93ff78920 100644
--- a/target/linux/malta/le/target.mk
+++ b/target/linux/malta/le/target.mk
@@ -1,7 +1,6 @@
ARCH:=mipsel
CPU_TYPE:=24kc
SUBTARGET:=le
-FEATURES+=source-only
BOARDNAME:=Little Endian
define Target/Description
diff --git a/target/linux/malta/le64/target.mk b/target/linux/malta/le64/target.mk
index 59dcc86bef..098ab40c5c 100644
--- a/target/linux/malta/le64/target.mk
+++ b/target/linux/malta/le64/target.mk
@@ -1,7 +1,6 @@
ARCH:=mips64el
CPU_TYPE:=mips64r2
SUBTARGET:=le64
-FEATURES+=source-only
BOARDNAME:=Little Endian (64-bits)
define Target/Description
More information about the lede-commits
mailing list