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/omap4/Makefile | |
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/omap4/Makefile')
-rw-r--r-- | target/linux/omap4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap4/Makefile b/target/linux/omap4/Makefile index 5a6993d14f..b3bfd761b2 100644 --- a/target/linux/omap4/Makefile +++ b/target/linux/omap4/Makefile @@ -11,7 +11,7 @@ BOARD:=omap4 BOARDNAME:=TI OMAP4 FEATURES:=usb targz audio display -LINUX_VERSION:=3.2.15 +LINUX_VERSION:=3.2.16 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |