diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 19:32:01 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 19:32:01 +0000 |
commit | 104fed09e4651f537d55aa97f2165f116916a12d (patch) | |
tree | b05ce850c8771ffd831677cb4289250b7e64a215 /target | |
parent | b8956227167b7640ac6b0179c12ffb5cf123ba77 (diff) |
[lantiq] update to 3.7.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34771 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |