diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-05-03 21:51:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-05-03 21:51:58 +0000 |
commit | 9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9 (patch) | |
tree | c091a964261b102728fc6f6704ecbd3356a702a9 /target/linux/omap4/Makefile | |
parent | 44631ef595946e20894d42aff5ef2df15d1546bb (diff) | |
download | upstream-9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9.tar.gz upstream-9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9.tar.bz2 upstream-9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9.zip |
upgrade to 3.3, enable framebuffer
SVN-Revision: 31576
Diffstat (limited to 'target/linux/omap4/Makefile')
-rw-r--r-- | target/linux/omap4/Makefile | 3 |
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> |