diff options
Diffstat (limited to 'target/linux/bcm27xx/Makefile')
-rw-r--r-- | target/linux/bcm27xx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <noltari@gmail.com> 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. |