diff options
author | John Crispin <blogic@openwrt.org> | 2012-11-02 20:06:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-02 20:06:51 +0000 |
commit | bd7dc4e3eae386a0d79e7586ea73ebd6feb74ef0 (patch) | |
tree | 8d59a96b04a46a3ce166ca3adac547bb53eda6f8 /target/linux/lantiq | |
parent | f7ccbf578141200e88fe94f0355850b891705af4 (diff) | |
download | upstream-bd7dc4e3eae386a0d79e7586ea73ebd6feb74ef0.tar.gz upstream-bd7dc4e3eae386a0d79e7586ea73ebd6feb74ef0.tar.bz2 upstream-bd7dc4e3eae386a0d79e7586ea73ebd6feb74ef0.zip |
[lantiq] prepare Makefile for 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 |