diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:44:00 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:44:00 +0000 |
commit | b3568b10c227e933f11b620e43a7a21f5019bf78 (patch) | |
tree | 91014e80dc8cb6ab09cd6fa4ea40143fd1640969 /target/linux/omap4/Makefile | |
parent | 1015fab0d7d64107be4dd6c798b88bff357575cb (diff) | |
download | mtk-20170518-b3568b10c227e933f11b620e43a7a21f5019bf78.zip mtk-20170518-b3568b10c227e933f11b620e43a7a21f5019bf78.tar.gz mtk-20170518-b3568b10c227e933f11b620e43a7a21f5019bf78.tar.bz2 |
kernel: update linux 3.2 to 3.2.2
SVN-Revision: 29967
Diffstat (limited to 'target/linux/omap4/Makefile')
-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 24fb344..d6b3fb9 100644 --- a/target/linux/omap4/Makefile +++ b/target/linux/omap4/Makefile @@ -11,7 +11,7 @@ BOARD:=omap4 BOARDNAME:=TI OMAP4 FEATURES:=usb targz -LINUX_VERSION:=3.2.1 +LINUX_VERSION:=3.2.2 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |