diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-04-04 20:41:02 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-09 00:12:46 +0200 |
commit | 2bdd66975260f98a39772e47744f76cf55ccdfec (patch) | |
tree | 18391cf5ec3e20bf416a8e08ec8c7e3c082f2d02 /target/linux/ipq806x | |
parent | 91c61aae200ecf98e332482d395beda819d6a4fa (diff) | |
download | upstream-2bdd66975260f98a39772e47744f76cf55ccdfec.tar.gz upstream-2bdd66975260f98a39772e47744f76cf55ccdfec.tar.bz2 upstream-2bdd66975260f98a39772e47744f76cf55ccdfec.zip |
ipq806x: switch to 5.4 kernel
ipq806x has been tested for a lot and lots of people reported good results.
Switch the main kernel to 5.4 following the other targets.
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [ipq8065, NBG6817]
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 4b479a184c..98ea35e0a6 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic -KERNEL_PATCHVER:=4.19 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 KERNELNAME:=zImage Image dtbs |