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 | fe073513d57e5790e0b3e1c4f084139e7ef34b9c (patch) | |
tree | 682a8e4f91e0cc08dc49cbd550cc2cc7618afdb9 /target/linux/omap4 | |
parent | a0bbe7df3b49210a8e8fffc591e2008496a946b4 (diff) | |
download | upstream-fe073513d57e5790e0b3e1c4f084139e7ef34b9c.tar.gz upstream-fe073513d57e5790e0b3e1c4f084139e7ef34b9c.tar.bz2 upstream-fe073513d57e5790e0b3e1c4f084139e7ef34b9c.zip |
kernel: update linux 3.2 to 3.2.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31222 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 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> |