diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
commit | 96f8c15a36dbdde14df63e2e7dfea7a819716428 (patch) | |
tree | fe53bc1a1631dfd020746d97fea1de756b26f5e0 /target/linux/imx6/Makefile | |
parent | 7e19bb1854415df8fb65c017a0d2d64fd6a83bd1 (diff) | |
download | upstream-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.gz upstream-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.bz2 upstream-96f8c15a36dbdde14df63e2e7dfea7a819716428.zip |
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r-- | target/linux/imx6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index e866c0bb9b..38a00165b6 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -13,7 +13,7 @@ FEATURES:=audio display gpio pcie usb usbgadget squashfs targz CFLAGS:=-Os -pipe -mtune=cortex-a9 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Luka Perkov <luka@openwrt.org> -LINUX_VERSION:=3.10-rc3 +LINUX_VERSION:=3.10 include $(INCLUDE_DIR)/target.mk |