diff options
author | John Crispin <john@openwrt.org> | 2012-11-02 20:06:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-02 20:06:51 +0000 |
commit | fa316620a7bd49e4d08bf1a410da98db54a83327 (patch) | |
tree | 91c007ce6ab7c34627b5320bf705f36339e7405f /target/linux/lantiq/Makefile | |
parent | 1a7334a87431ec1e20d4082a36043342713fd941 (diff) | |
download | upstream-fa316620a7bd49e4d08bf1a410da98db54a83327.tar.gz upstream-fa316620a7bd49e4d08bf1a410da98db54a83327.tar.bz2 upstream-fa316620a7bd49e4d08bf1a410da98db54a83327.zip |
prepare Makefile for 3.6
SVN-Revision: 34059
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index ffe8e1b9f2..58ccf823ec 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -9,10 +9,12 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY/SVIP FEATURES:=squashfs jffs2 -DEFAULT_SUBTARGET:=danube - +SUBTARGETS:=danube ar9 vr9 falcon svip_be LINUX_VERSION:=3.3.8 +SUBTARGETS=xway ase +LINUX_VERSION:=3.6.5 + CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves define Target/Description |