[openwrt/openwrt] archs38: mark as source-only
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 16 02:06:05 PST 2023
jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c01641bcc7236d2e2de3ea65444b0cf2898df351
commit c01641bcc7236d2e2de3ea65444b0cf2898df351
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu Dec 29 19:23:11 2022 +0100
archs38: mark as source-only
archs38 seems to be pretty much unused, usually only treewide changes or
kernel bumps in order to branch off new stable are done to it.
Considering that target only support some Synopsis HS38 ARC reference
boards and no consumer hardware so mark the target as source-only to stop
using Buildbot resources on building the target and packages for it.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/archs38/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile
index dba4b1dd09..fb00884a9a 100644
--- a/target/linux/archs38/Makefile
+++ b/target/linux/archs38/Makefile
@@ -8,6 +8,7 @@ ARCH:=arc
CPU_TYPE:=archs
BOARD:=archs38
BOARDNAME:=Synopsys DesignWare ARC HS38
+FEATURES:=source-only
SUBTARGETS:=generic
KERNEL_PATCHVER:=5.10
More information about the lede-commits
mailing list