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>
This commit is contained in:
Shiji Yang 2025-05-08 19:22:16 +08:00 committed by Robert Marko
parent b88f3ebb33
commit 447c62588a

View file

@ -5,7 +5,7 @@
ARCH:=mips ARCH:=mips
SUBTARGET:=ase SUBTARGET:=ase
BOARDNAME:=Amazon-SE BOARDNAME:=Amazon-SE
FEATURES+=atm mips16 small_flash FEATURES+=atm mips16 small_flash source-only
CPU_TYPE:=mips32 CPU_TYPE:=mips32
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \ DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \