diff options
author | John Crispin <blogic@openwrt.org> | 2011-11-28 10:22:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-11-28 10:22:58 +0000 |
commit | 35fe83070a0bb57a56edd2a4fa9c1da2a7d92361 (patch) | |
tree | bbd10d5e5d821221aeecad68242f0f31226bd526 | |
parent | 1422db693d0b883b255c8a9c4049e1cb2027ef1a (diff) | |
download | upstream-35fe83070a0bb57a56edd2a4fa9c1da2a7d92361.tar.gz upstream-35fe83070a0bb57a56edd2a4fa9c1da2a7d92361.tar.bz2 upstream-35fe83070a0bb57a56edd2a4fa9c1da2a7d92361.zip |
lantiq: bump to 3.1.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29348 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index bcfae46e6b..fc299e81a9 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Lantiq GPON/XWAY FEATURES:=squashfs jffs2 DEFAULT_SUBTARGET:=danube -LINUX_VERSION:=3.1.1 +LINUX_VERSION:=3.1.3 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |