diff options
| author | Shiji Yang | 2025-05-08 11:22:48 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-09 09:31:20 +0000 |
| commit | 37ce497e5b3d34b26bd8524e628a8e176f25ee0d (patch) | |
| tree | 2c7fe1c8e729c0eb5f74778230c70bd3b35d993b | |
| parent | 9952345a0ab8eaa98e7730e82e7fb424559e5089 (diff) | |
| download | openwrt-37ce497e5b3d34b26bd8524e628a8e176f25ee0d.tar.gz | |
lantig: xway_legacy: 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/xway_legacy/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway_legacy/target.mk b/target/linux/lantiq/xway_legacy/target.mk index 653698d6d7..26286bc23e 100644 --- a/target/linux/lantiq/xway_legacy/target.mk +++ b/target/linux/lantiq/xway_legacy/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xway_legacy BOARDNAME:=XWAY Legacy -FEATURES+=atm ramdisk small_flash +FEATURES+=atm ramdisk small_flash source-only CPU_TYPE:=24kc DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig |