From 447c62588a395ddcd6a944003309e0224be32706 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Thu, 8 May 2025 19:22:16 +0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18745 Signed-off-by: Robert Marko --- 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 694fe6c2a73..f19f65f9f03 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 \