aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ase/target.mk
blob: 5f6c03b38e09776e9704e6f0d39ee9a9e7626809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (C) 2016 LEDE Project
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
ARCH:=mips
SUBTARGET:=ase
BOARDNAME:=Amazon-SE
FEATURES:=squashfs atm mips16 small_flash
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