diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:57 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:57 +0000 |
commit | 1015fab0d7d64107be4dd6c798b88bff357575cb (patch) | |
tree | 4acaf873b8e8ce21ed6f583fd210b2bf86350138 /target/linux/lantiq/Makefile | |
parent | e67f4477bb4a423a0d45418a5c0d228d425ecbce (diff) | |
download | upstream-1015fab0d7d64107be4dd6c798b88bff357575cb.tar.gz upstream-1015fab0d7d64107be4dd6c798b88bff357575cb.tar.bz2 upstream-1015fab0d7d64107be4dd6c798b88bff357575cb.zip |
kernel: update linux 3.1 to 3.1.10
SVN-Revision: 29966
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 dced25ffdd..b0bed09dfd 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.9 +LINUX_VERSION:=3.1.10 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |