diff options
author | Stefan Lippers-Hollmann <s.l-h@gmx.de> | 2018-05-18 04:48:20 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 20:34:14 +0200 |
commit | 18e9ed2482d6988b5962e856ec0792d5794ad93f (patch) | |
tree | 11ad15ea18b5f268831c88db34f4659cc8684238 | |
parent | 8c1c1c4874c3bcaa16a21257a8fe15c2f6ec4012 (diff) | |
download | upstream-18e9ed2482d6988b5962e856ec0792d5794ad93f.tar.gz upstream-18e9ed2482d6988b5962e856ec0792d5794ad93f.tar.bz2 upstream-18e9ed2482d6988b5962e856ec0792d5794ad93f.zip |
ipq806x: switch to linux 4.14
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
-rw-r--r-- | target/linux/ipq806x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index e65c24db51..13be76e7ba 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -10,7 +10,7 @@ CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin <john@phrozen.org> -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 KERNELNAME:=zImage Image dtbs |