diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:38:28 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:38:28 +0000 |
commit | 348b4546eba444c6fdfa2dd710621291f0342cb6 (patch) | |
tree | e5cb11e1cd143af6f6e6d04cbfe2ee8699505789 /target/linux/lantiq/Makefile | |
parent | b2e991c3b2f439c9fb76ba214046b71f75b63795 (diff) | |
download | master-187ad058-348b4546eba444c6fdfa2dd710621291f0342cb6.tar.gz master-187ad058-348b4546eba444c6fdfa2dd710621291f0342cb6.tar.bz2 master-187ad058-348b4546eba444c6fdfa2dd710621291f0342cb6.zip |
kernel: update linux 3.1 to 3.1.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29726 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 75fef7eff9..dced25ffdd 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.4 +LINUX_VERSION:=3.1.9 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |