From d369d92fc7ed2970540235b27441f75a81ef171b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 10 Mar 2020 15:46:49 +0100 Subject: bcm47xx: add support for kernel 5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ethernet, switch, LEDs, buttons, USB, sysupgrade & LuCI were successfully tested on BCM4706. WARNING: Hack for BCM4710 adding BCM4710_PROTECTED_FILL_TLB() to the local_r4k_flush_cache_sigtramp() could not be ported. That function has been dropped in: commit adcc81f148d7 ("MIPS: math-emu: Write-protect delay slot emulation pages") commit 3315b6b336c8 ("MIPS: Delete unused flush_cache_sigtramp()") it's unsure if that chipset will still work reliably. Signed-off-by: Rafał Miłecki --- target/linux/bcm47xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/bcm47xx/Makefile') diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile index 52cef31118..32c1e7d211 100644 --- a/target/linux/bcm47xx/Makefile +++ b/target/linux/bcm47xx/Makefile @@ -14,7 +14,7 @@ SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens KERNEL_PATCHVER:=4.19 -KERNEL_TESTING_PATCHVER := 4.19 +KERNEL_TESTING_PATCHVER:=5.4 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. -- cgit v1.2.3