From a1383655cfaa71609d6236ae0fcf3b6047462b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 29 Feb 2020 09:25:20 +0100 Subject: bcm27xx: add linux 5.4 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested on bcm2710 (Raspberry Pi 3B). Signed-off-by: Álvaro Fernández Rojas --- target/linux/bcm27xx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/bcm27xx/Makefile') diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index 8976a43609..507690357a 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 OpenWrt.org +# Copyright (C) 2012-2020 OpenWrt.org # Copyright (C) 2017 LEDE project # # This is free software, licensed under the GNU General Public License v2. @@ -15,6 +15,7 @@ MAINTAINER:=Álvaro Fernández Rojas SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711 KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER=5.4 define Target/Description Build firmware image for Broadcom BCM27xx SoC devices. -- cgit v1.2.3