[openwrt/openwrt] ipq40xx: switch to kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 3 15:51:18 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/16af6535fa85de709def9e521c44e040d9512bf4
commit 16af6535fa85de709def9e521c44e040d9512bf4
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Nov 3 22:02:42 2021 +0100
ipq40xx: switch to kernel 5.10
There have been enough tests and new developments require the new
kernel, so let's update it.
There is a bunch of devices that do not build anymore due to
kernel size limitations. These are disabled in a subsequent commit.
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
target/linux/ipq40xx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile
index 3d397cd992..fb003243cc 100644
--- a/target/linux/ipq40xx/Makefile
+++ b/target/linux/ipq40xx/Makefile
@@ -8,7 +8,7 @@ CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
SUBTARGETS:=generic mikrotik
-KERNEL_PATCHVER:=5.4
+KERNEL_PATCHVER:=5.10
KERNEL_TESTING_PATCHVER:=5.10
KERNELNAME:=zImage Image dtbs
More information about the lede-commits
mailing list