[openwrt/openwrt] lantig: xway_legacy: mark subtarget as source-only

LEDE Commits lede-commits at lists.infradead.org
Fri May 9 02:31:26 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/37ce497e5b3d34b26bd8524e628a8e176f25ee0d

commit 37ce497e5b3d34b26bd8524e628a8e176f25ee0d
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 8 19:22:48 2025 +0800

    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 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18745
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/lantiq/xway_legacy/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list