forked from Openwrt-EcoNet/openwrt
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>
12 lines
271 B
Makefile
12 lines
271 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway_legacy
|
|
BOARDNAME:=XWAY Legacy
|
|
FEATURES+=atm ramdisk small_flash source-only
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig
|
|
|
|
define Target/Description
|
|
Lantiq XWAY Legacy for old boards with small flash
|
|
endef
|