diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-18 19:32:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-18 19:32:01 +0000 |
commit | 018816333c68fcbbba5ef71ea844567d6336b82f (patch) | |
tree | b05ce850c8771ffd831677cb4289250b7e64a215 /target/linux/lantiq | |
parent | ab19d67c09621dccf6776a47abb0bf5881f9a944 (diff) | |
download | master-187ad058-018816333c68fcbbba5ef71ea844567d6336b82f.tar.gz master-187ad058-018816333c68fcbbba5ef71ea844567d6336b82f.tar.bz2 master-187ad058-018816333c68fcbbba5ef71ea844567d6336b82f.zip |
[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/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 |