summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang2025-05-08 11:22:16 +0000
committerRobert Marko2025-05-09 09:31:20 +0000
commit447c62588a395ddcd6a944003309e0224be32706 (patch)
treef2e61ebc952cd42a65218cfb06654265b65cfd0f
parentb88f3ebb3341281fa7e61dc4f039062e72c86b9e (diff)
downloadopenwrt-447c62588a395ddcd6a944003309e0224be32706.tar.gz
lantig: ase: mark subtarget as source-only
Due to RAM/ROM size limitations, this sub-target has been unable to generate usable images for a long time. Mark them as source-only to save some resource for the buildbot. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18745 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/lantiq/ase/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/ase/target.mk b/target/linux/lantiq/ase/target.mk
index 694fe6c2a7..f19f65f9f0 100644
--- a/target/linux/lantiq/ase/target.mk
+++ b/target/linux/lantiq/ase/target.mk
@@ -5,7 +5,7 @@
ARCH:=mips
SUBTARGET:=ase
BOARDNAME:=Amazon-SE
-FEATURES+=atm mips16 small_flash
+FEATURES+=atm mips16 small_flash source-only
CPU_TYPE:=mips32
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \