diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2019-12-15 14:08:46 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-12-19 22:41:57 +0100 |
commit | 2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d (patch) | |
tree | a243a2197faa17f37778c2c43c83fcebccc871df /target/linux/ipq806x/Makefile | |
parent | ce8707ea79b189a06d7dee72047a587d44dd82cf (diff) | |
download | upstream-2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d.tar.gz upstream-2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d.tar.bz2 upstream-2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d.zip |
ipq806x: switch to 4.19 kernel version
It has been used by several people for some time already and feedback
has been mostly positive.
Ref: https://github.com/openwrt/openwrt/pull/2472
Tested-by: Hannu Nyman <hannu.nyman@iki.fi> [ipq8065, R7800]
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [ipq8065, NBG6817]
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[separate commit, commit subject and description facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-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 bb968e75d3..24409d6719 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,7 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin <john@phrozen.org> SUBTARGETS:=generic -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNELNAME:=zImage Image dtbs |