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>
18 lines
419 B
Makefile
18 lines
419 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2016 LEDE Project
|
|
|
|
ARCH:=mips
|
|
SUBTARGET:=ase
|
|
BOARDNAME:=Amazon-SE
|
|
FEATURES+=atm mips16 small_flash source-only
|
|
CPU_TYPE:=mips32
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \
|
|
kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \
|
|
ltq-adsl-app ppp-mod-pppoe
|
|
|
|
define Target/Description
|
|
Lantiq Amazon-SE Boards
|
|
endef
|