Signed-off-by: Magnus Kroken <mkro...@gmail.com> --- According to e-mail about pushing kernel 5.4 support to master, 5.4 was added as testing kernel for supported targets. For mpc85xx, 5.4 was set as its default kernel. (This technically also applies to ipq807x, but master has no support for it on any prior kernel.)
I send this patch purely based on the content of the mentioned message. I have tested 5.4 briefly on tl-wdr4900-v1, it boots and ethernet works. There may be reasons to prefer 5.4 over 4.19 on mpc85xx that I am unaware of, and I'd appreciate any input. target/linux/mpc85xx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index b0f92ccf26..9c686a1b01 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,8 @@ FEATURES:=squashfs ramdisk MAINTAINER:=Imre Kaloz <ka...@openwrt.org> SUBTARGETS:=generic p1020 p2020 -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=zImage -- 2.20.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel