diff options
| author | Shiji Yang | 2025-05-08 11:22:16 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-09 09:31:20 +0000 |
| commit | 447c62588a395ddcd6a944003309e0224be32706 (patch) | |
| tree | f2e61ebc952cd42a65218cfb06654265b65cfd0f | |
| parent | b88f3ebb3341281fa7e61dc4f039062e72c86b9e (diff) | |
| download | openwrt-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.mk | 2 |
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 \ |