[openwrt/openwrt] lantig: ase: mark subtarget as source-only
LEDE Commits
lede-commits at lists.infradead.org
Fri May 9 02:31:24 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/447c62588a395ddcd6a944003309e0224be32706
commit 447c62588a395ddcd6a944003309e0224be32706
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 8 19:22:16 2025 +0800
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 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18745
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/lantiq/ase/target.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \
More information about the lede-commits
mailing list