From: Adrian Schmutzler Date: Sat, 2 Oct 2021 16:26:01 +0000 (+0200) Subject: mpc85xx: switch to Kernel 5.10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d69bf6601e5bff897781361f2718513d4dd8efd8;p=openwrt%2Fstaging%2Fynezz.git 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 --- 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