diff options
author | Tino Reichardt <milky-lede@mcmilk.de> | 2017-02-26 21:26:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-06-03 21:14:07 +0200 |
commit | 9b321bc60de3ee6f41fa5bcb6593e07399782714 (patch) | |
tree | e1ec66c7f3b1fdc18ad8b0748ce128af846b4017 /target/linux/lantiq/Makefile | |
parent | 1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4 (diff) | |
download | upstream-9b321bc60de3ee6f41fa5bcb6593e07399782714.tar.gz upstream-9b321bc60de3ee6f41fa5bcb6593e07399782714.tar.bz2 upstream-9b321bc60de3ee6f41fa5bcb6593e07399782714.zip |
lantiq: add Amazon-SE subtarget
Re-Add support for the Amazon-SE subtarget on Lantiq.
Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 3e4f48e7b1..a92e181bcf 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq BOARDNAME:=Lantiq FEATURES:=squashfs -SUBTARGETS:=xrx200 xway xway_legacy falcon +SUBTARGETS:=xrx200 xway xway_legacy falcon ase MAINTAINER:=John Crispin <john@phrozen.org> KERNEL_PATCHVER:=4.4 |