diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-03 13:59:07 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-03 13:59:07 +0000 |
commit | 5fb18eaef8bf75add7cb9c39d3929cf3b1ac57fd (patch) | |
tree | 1056fb8cb600b3eb55cb097963ad6bcac46a1ac8 /target/linux/lantiq/Makefile | |
parent | 84534f9fd57053df6fb4545c7c3262b5a2f17ed9 (diff) | |
download | upstream-5fb18eaef8bf75add7cb9c39d3929cf3b1ac57fd.tar.gz upstream-5fb18eaef8bf75add7cb9c39d3929cf3b1ac57fd.tar.bz2 upstream-5fb18eaef8bf75add7cb9c39d3929cf3b1ac57fd.zip |
kernel: Update to version 2.6.37.6
Thank you Peter Wagner for the patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26441 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/Makefile')
-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 05a41beb4a..fa74e95af8 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Lantiq GPON/XWAY FEATURES:=squashfs jffs2 SUBTARGETS:=falcon xway -LINUX_VERSION:=2.6.37.4 +LINUX_VERSION:=2.6.37.6 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |