diff options
author | Luka Perkov <luka@openwrt.org> | 2016-01-18 06:40:16 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-01-18 06:40:16 +0000 |
commit | 85bdde7cf2821655c74fb4381926335a1161f0c1 (patch) | |
tree | 308b9149a05c71175acd5d1b86c2bdf6fcf2b16c /target/linux/imx6/Makefile | |
parent | 93a2b8a6c47741ae1fc369d0245340c42f809418 (diff) | |
download | upstream-85bdde7cf2821655c74fb4381926335a1161f0c1.tar.gz upstream-85bdde7cf2821655c74fb4381926335a1161f0c1.tar.bz2 upstream-85bdde7cf2821655c74fb4381926335a1161f0c1.zip |
imx6: move to 4.4 kernel
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 48298
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 cd938c801c..5f7e17bc1b 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:=4.1 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |