diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-17 13:12:14 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-17 13:12:14 +0000 |
commit | a8f2bc682e458207e511d5403f840e3f8969cc0e (patch) | |
tree | dcdacc7d53eb5994426e4e2cf868b5ca4e1a6e00 /target/linux/omap4 | |
parent | 3a9b6dc313ddaddac16ccf0a1cc8672ee065d323 (diff) | |
download | upstream-a8f2bc682e458207e511d5403f840e3f8969cc0e.tar.gz upstream-a8f2bc682e458207e511d5403f840e3f8969cc0e.tar.bz2 upstream-a8f2bc682e458207e511d5403f840e3f8969cc0e.zip |
kernel: also update the targets to use 3.2.15
Thanks Gabor for spotting it.
SVN-Revision: 31337
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 e7dbe4a65e..5a6993d14f 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.14 +LINUX_VERSION:=3.2.15 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |