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>
This commit is contained in:
parent
9952345a0a
commit
37ce497e5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue