diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-13 22:45:09 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-13 22:45:09 +0000 |
commit | 06accca1d7017f4b6e4deff0798cb1ca26aee953 (patch) | |
tree | bce9e8c99a777528e23f79e1c7466c49a6ee256d /target/linux/imx6 | |
parent | e574f75d16374d3454bcb44b3fb9ab94f0f88765 (diff) | |
download | upstream-06accca1d7017f4b6e4deff0798cb1ca26aee953.tar.gz upstream-06accca1d7017f4b6e4deff0798cb1ca26aee953.tar.bz2 upstream-06accca1d7017f4b6e4deff0798cb1ca26aee953.zip |
kernel: update to kernel 3.10.1 and refresh patches
SVN-Revision: 37275
Diffstat (limited to 'target/linux/imx6')
-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 38a00165b6..db8956fd91 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 +LINUX_VERSION:=3.10.1 include $(INCLUDE_DIR)/target.mk |