]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lantig: ase: mark subtarget as source-only
authorShiji Yang <yangshiji66@outlook.com>
Thu, 8 May 2025 11:22:16 +0000 (19:22 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 9 May 2025 09:31:20 +0000 (11:31 +0200)
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>
target/linux/lantiq/ase/target.mk

index 694fe6c2a73390a53762c8b076c4afad3bb52563..f19f65f9f03b6fdc8ea0aacfe21ec0084617ebec 100644 (file)
@@ -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 \