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 | c560444a584adf9efc36ba78eead9fc3e4afdd66 (patch) | |
tree | 6db0004fa55454faf536bfeb3bce26a066edeae4 /target/linux/lantiq | |
parent | e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e (diff) | |
download | upstream-c560444a584adf9efc36ba78eead9fc3e4afdd66.tar.gz upstream-c560444a584adf9efc36ba78eead9fc3e4afdd66.tar.bz2 upstream-c560444a584adf9efc36ba78eead9fc3e4afdd66.zip |
kernel: update linux 3.1 to 3.1.9
SVN-Revision: 29726
Diffstat (limited to 'target/linux/lantiq')
-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 |