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 | 7865291832e941e940cb38fb88e98598ad658bdc (patch) | |
tree | 4913459ace1da61b1115b68a6c8cd50dd6774d45 /target/linux/omap4 | |
parent | afbf3d994e57e06f8f5669033ab0e89af44e49c4 (diff) | |
download | master-187ad058-7865291832e941e940cb38fb88e98598ad658bdc.tar.gz master-187ad058-7865291832e941e940cb38fb88e98598ad658bdc.tar.bz2 master-187ad058-7865291832e941e940cb38fb88e98598ad658bdc.zip |
kernel: also update the targets to use 3.2.15
Thanks Gabor for spotting it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31337 3c298f89-4303-0410-b956-a3cf2f4a3e73
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> |