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-24 17:24:31 +0200 |
commit | 2301bbdf880b8e222008fbd350cd903fdd447d3e (patch) | |
tree | d0bd409ec78a7d898ac2fe7bc3406240bea66bc5 | |
parent | 1df8281737a33e34cdb327b76d4c25db54676504 (diff) | |
download | upstream-2301bbdf880b8e222008fbd350cd903fdd447d3e.tar.gz upstream-2301bbdf880b8e222008fbd350cd903fdd447d3e.tar.bz2 upstream-2301bbdf880b8e222008fbd350cd903fdd447d3e.zip |
ipq806x: switch to linux 4.14
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
(cherry picked from commit 18e9ed2482d6988b5962e856ec0792d5794ad93f)
-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 |