diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-01-31 11:28:53 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 15:38:11 +0100 |
commit | 092f2c14bd66db1da13f1e8fc714367ab5c00e8a (patch) | |
tree | 5ff93e373781b0bc199502ecf5dcadcb3c3d3c77 /target/linux/imx6/Makefile | |
parent | 38fcd2a865c2ec463b6909f613847d41353c1e1e (diff) | |
download | upstream-092f2c14bd66db1da13f1e8fc714367ab5c00e8a.tar.gz upstream-092f2c14bd66db1da13f1e8fc714367ab5c00e8a.tar.bz2 upstream-092f2c14bd66db1da13f1e8fc714367ab5c00e8a.zip |
imx6: move to Linux 4.9 kernel
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 5f7e17bc1b..ae6a9b0d5d 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.4 +KERNEL_PATCHVER:=4.9 include $(INCLUDE_DIR)/target.mk |