diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 19:04:20 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 239ad94165adc3ffb5290dd871d2ff0ddff4bdcf (patch) | |
tree | 03fcdeb281332b91774a3f261e58a2e822016116 /target/linux/lantiq/Makefile | |
parent | 2ae06f30134f856b7f27132dffe725817f4fb801 (diff) | |
download | upstream-239ad94165adc3ffb5290dd871d2ff0ddff4bdcf.tar.gz upstream-239ad94165adc3ffb5290dd871d2ff0ddff4bdcf.tar.bz2 upstream-239ad94165adc3ffb5290dd871d2ff0ddff4bdcf.zip |
lantiq: add xway_legacy target
due to bloat recent builds fail to fit into the flash of the old danube units
Signed-off-by: John Crispin <john@phrozen.org>
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 b615c4b784..af4295cbb8 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=xway xrx200 +SUBTARGETS=xrx200 xway xway_legacy MAINTAINER:=John Crispin <john@phrozen.org> KERNEL_PATCHVER:=4.4 |