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 | 9db9f75c4721f2dc89d5bb500d6cf8e2eee579e8 (patch) | |
tree | e16866b69129bd2231fcee0df4f2219a188e8f67 /target/linux/omap4/Makefile | |
parent | 6eb5a5d106c910d423b2118ca7228e8c29f048aa (diff) | |
download | upstream-9db9f75c4721f2dc89d5bb500d6cf8e2eee579e8.tar.gz upstream-9db9f75c4721f2dc89d5bb500d6cf8e2eee579e8.tar.bz2 upstream-9db9f75c4721f2dc89d5bb500d6cf8e2eee579e8.zip |
[omap4]: upgrade to 3.3, enable framebuffer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31576 3c298f89-4303-0410-b956-a3cf2f4a3e73
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> |