diff options
author | John Crispin <john@openwrt.org> | 2012-12-18 19:32:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-18 19:32:01 +0000 |
commit | af48676b289850dfc03ecd6f43d426e5f6d1886d (patch) | |
tree | 6b958c26da61a3f25d8af3abaf44d94fa3842496 /target/linux/lantiq | |
parent | 3b79fe662ae7541dfcb1e2d15345b919e3a6fb7e (diff) | |
download | upstream-af48676b289850dfc03ecd6f43d426e5f6d1886d.tar.gz upstream-af48676b289850dfc03ecd6f43d426e5f6d1886d.tar.bz2 upstream-af48676b289850dfc03ecd6f43d426e5f6d1886d.zip |
update to 3.7.1
SVN-Revision: 34771
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index a8e61709ba..d0eb2df1be 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -9,11 +9,9 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY/SVIP FEATURES:=squashfs jffs2 -SUBTARGETS:=danube ar9 vr9 falcon svip_be -LINUX_VERSION:=3.3.8 - SUBTARGETS=xway ase falcon -LINUX_VERSION:=3.7-rc8 + +LINUX_VERSION:=3.7.1 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |