From 9b321bc60de3ee6f41fa5bcb6593e07399782714 Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sun, 26 Feb 2017 21:26:08 +0100 Subject: lantiq: add Amazon-SE subtarget Re-Add support for the Amazon-SE subtarget on Lantiq. Signed-off-by: Tino Reichardt --- target/linux/lantiq/ase/target.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/lantiq/ase/target.mk (limited to 'target/linux/lantiq/ase/target.mk') diff --git a/target/linux/lantiq/ase/target.mk b/target/linux/lantiq/ase/target.mk new file mode 100644 index 0000000000..5f6c03b38e --- /dev/null +++ b/target/linux/lantiq/ase/target.mk @@ -0,0 +1,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 -- cgit v1.2.3