summaryrefslogtreecommitdiffstats
path: root/target/linux/omap4/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-05-03 21:51:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-05-03 21:51:58 +0000
commit9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9 (patch)
treec091a964261b102728fc6f6704ecbd3356a702a9 /target/linux/omap4/Makefile
parent44631ef595946e20894d42aff5ef2df15d1546bb (diff)
downloadmaster-31e0f0ae-9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9.tar.gz
master-31e0f0ae-9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9.tar.bz2
master-31e0f0ae-9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9.zip
upgrade to 3.3, enable framebuffer
SVN-Revision: 31576
Diffstat (limited to 'target/linux/omap4/Makefile')
-rw-r--r--target/linux/omap4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/omap4/Makefile b/target/linux/omap4/Makefile
index b3bfd761b2..be6bac2b71 100644
--- a/target/linux/omap4/Makefile
+++ b/target/linux/omap4/Makefile
@@ -11,7 +11,8 @@ BOARD:=omap4
BOARDNAME:=TI OMAP4
FEATURES:=usb targz audio display
-LINUX_VERSION:=3.2.16
+LINUX_VERSION:=3.3.4
+
CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>