[openwrt/openwrt] ipq806x: switch to kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 12 09:53:15 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab
commit 0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab
Author: Ansuel Smith <ansuelsmth at gmail.com>
AuthorDate: Tue Sep 7 21:47:14 2021 +0200
ipq806x: switch to kernel 5.10
Move kernel version to 5.10 as has been tested by many users
with positive feedback.
Signed-off-by: Ansuel Smith <ansuelsmth at gmail.com>
[Tested on: ipq8064/g10; ipq8065/nbg6817]
Tested-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
---
target/linux/ipq806x/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index c3407217d6..1735235b45 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:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
KERNELNAME:=zImage Image dtbs
More information about the lede-commits
mailing list