diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-09 14:48:51 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-09 14:48:51 +0000 |
commit | 16b4cbcdd64d92f6e79d41e11eda25a178ef3b53 (patch) | |
tree | bd75cb94a45491fc7adfc7874a0f794afe565cbc /target/linux/omap4 | |
parent | 1a57b05f472e60b05a8a4360718253820e8fece4 (diff) | |
download | upstream-16b4cbcdd64d92f6e79d41e11eda25a178ef3b53.tar.gz upstream-16b4cbcdd64d92f6e79d41e11eda25a178ef3b53.tar.bz2 upstream-16b4cbcdd64d92f6e79d41e11eda25a178ef3b53.zip |
kernel: update linux 3.2 to 3.2.14
SVN-Revision: 31222
Diffstat (limited to 'target/linux/omap4')
-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 37ed32c76d..e7dbe4a65e 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.13 +LINUX_VERSION:=3.2.14 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |