diff options
author | John Crispin <john@openwrt.org> | 2012-07-31 18:49:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-07-31 18:49:54 +0000 |
commit | f5f36911f0c398edcf87bd3190e4881c9b1b4613 (patch) | |
tree | f6b38f0bc2dc0de59875b542e2cbf162950f121b /target/linux/lantiq/Makefile | |
parent | 07c4524d33a0bbc74e0127bb37178ed3d005e905 (diff) | |
download | upstream-f5f36911f0c398edcf87bd3190e4881c9b1b4613.tar.gz upstream-f5f36911f0c398edcf87bd3190e4881c9b1b4613.tar.bz2 upstream-f5f36911f0c398edcf87bd3190e4881c9b1b4613.zip |
add lantiq svip support
SVN-Revision: 32925
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index a9109c8cdb..ffe8e1b9f2 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -6,9 +6,8 @@ # include $(TOPDIR)/rules.mk -ARCH:=mips BOARD:=lantiq -BOARDNAME:=Lantiq GPON/XWAY +BOARDNAME:=Lantiq GPON/XWAY/SVIP FEATURES:=squashfs jffs2 DEFAULT_SUBTARGET:=danube |