diff options
author | John Crispin <john@openwrt.org> | 2014-04-06 09:21:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-06 09:21:44 +0000 |
commit | c821836395122a28b692fdfe7ba6446195848496 (patch) | |
tree | e9df2e0fa6c51695632fe355f0aff721863c3e2a /target/linux/lantiq/Makefile | |
parent | 8f41856f1f2983ca91e58e1dfc947045e78016e5 (diff) | |
download | upstream-c821836395122a28b692fdfe7ba6446195848496.tar.gz upstream-c821836395122a28b692fdfe7ba6446195848496.tar.bz2 upstream-c821836395122a28b692fdfe7ba6446195848496.zip |
lantiq: remove unmaintained code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40392
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index d7f75683e0..6653cc407f 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -7,9 +7,9 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq -BOARDNAME:=Lantiq GPON/XWAY/SVIP +BOARDNAME:=Lantiq FEATURES:=squashfs ubifs -SUBTARGETS=xway xrx200 ase falcon +SUBTARGETS=xway xrx200 LINUX_VERSION:=3.10.34 |