diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-26 13:47:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-26 13:47:42 +0000 |
commit | 994485877673c5eafe8626e28a805f6ce91cf609 (patch) | |
tree | 54ebcd1e75a5f180a604e4624834fdcbd6bd3271 /target/linux/imx6 | |
parent | 9eb155ad92ee904a0ac43ceb6693d1e47f722a96 (diff) | |
download | master-187ad058-994485877673c5eafe8626e28a805f6ce91cf609.tar.gz master-187ad058-994485877673c5eafe8626e28a805f6ce91cf609.tar.bz2 master-187ad058-994485877673c5eafe8626e28a805f6ce91cf609.zip |
kernel: update 3.10.36->3.10.44
205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41351 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a4660c55e3..4e55a76bb5 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=neon MAINTAINER:=Luka Perkov <luka@openwrt.org> -LINUX_VERSION:=3.10.36 +LINUX_VERSION:=3.10.44 include $(INCLUDE_DIR)/target.mk |