diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:23 +0000 |
commit | 69593176911e2ca512d526c91300df1fd2b42bc0 (patch) | |
tree | 351fa1b00184021e75dbccf4455594db312d869d /target/linux/omap4 | |
parent | f754063159a639a6aea076a75812d31d8f4e6b7f (diff) | |
download | upstream-69593176911e2ca512d526c91300df1fd2b42bc0.tar.gz upstream-69593176911e2ca512d526c91300df1fd2b42bc0.tar.bz2 upstream-69593176911e2ca512d526c91300df1fd2b42bc0.zip |
kernel: update linux 3.2 to 3.2.5
SVN-Revision: 30401
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 16a5a34ef0..63ac069d6a 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.2 +LINUX_VERSION:=3.2.5 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |