diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:12 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:12 +0000 |
commit | 486dc85e72215466e948fc516ad5ee8e150abbce (patch) | |
tree | 1d163aec98e81d3f123cf0f5ccc27eb77d83872d /target/linux | |
parent | 8c6556049763053a40d55f4071d64111598f898c (diff) | |
download | upstream-486dc85e72215466e948fc516ad5ee8e150abbce.tar.gz upstream-486dc85e72215466e948fc516ad5ee8e150abbce.tar.bz2 upstream-486dc85e72215466e948fc516ad5ee8e150abbce.zip |
imx6: switch to v4.1
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47506
Diffstat (limited to 'target/linux')
-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 479b48e035..cd938c801c 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> -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.1 include $(INCLUDE_DIR)/target.mk |