[openwrt/openwrt] mpc85xx: switch to Kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Tue Oct 5 15:01:30 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d69bf6601e5bff897781361f2718513d4dd8efd8
commit d69bf6601e5bff897781361f2718513d4dd8efd8
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sat Oct 2 18:26:01 2021 +0200
mpc85xx: switch to Kernel 5.10
This has testing support for 7 months. Time to switch.
TL-WDR4900 is disabled due to kernel size limitation.
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
target/linux/mpc85xx/Makefile | 3 +--
target/linux/mpc85xx/image/p1010.mk | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index 5e3ffb8b3c..b89bfc3ed1 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -11,8 +11,7 @@ CPU_TYPE:=8540
FEATURES:=squashfs ramdisk
SUBTARGETS:=p1010 p1020 p2020
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
KERNELNAME:=zImage
diff --git a/target/linux/mpc85xx/image/p1010.mk b/target/linux/mpc85xx/image/p1010.mk
index 72fcece019..86ab53e355 100644
--- a/target/linux/mpc85xx/image/p1010.mk
+++ b/target/linux/mpc85xx/image/p1010.mk
@@ -20,6 +20,7 @@ define Device/tplink_tl-wdr4900-v1
IMAGES := factory.bin sysupgrade.bin
IMAGE/sysupgrade.bin := tplink-v1-image sysupgrade | append-metadata
IMAGE/factory.bin := tplink-v1-image factory
+ DEFAULT := n
endef
TARGET_DEVICES += tplink_tl-wdr4900-v1
More information about the lede-commits
mailing list