diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:35 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:35 +0000 |
commit | 22b4e6b88233c72606942bb23881f97fc5548392 (patch) | |
tree | 1342b7072f5e31188639bde4492b68abea51f254 /target/linux/lantiq | |
parent | 7ccf25f7da1772ebe51fe4c77b2d6f164b47b33f (diff) | |
download | upstream-22b4e6b88233c72606942bb23881f97fc5548392.tar.gz upstream-22b4e6b88233c72606942bb23881f97fc5548392.tar.bz2 upstream-22b4e6b88233c72606942bb23881f97fc5548392.zip |
kernel: update linux 3.2 to 3.2.16
SVN-Revision: 31459
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 389bc50ae7..a1b40600b0 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.2.15 +LINUX_VERSION:=3.2.16 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves |