summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-02-29 09:25:20 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-02-29 12:50:51 +0100
commita1383655cfaa71609d6236ae0fcf3b6047462b98 (patch)
treec6f123859e0dfcfaa6c1063eda26f27e208d3cac /target/linux/bcm27xx/Makefile
parenta8aa974a9dfb4cba484dc4c1e4207fd9ec803410 (diff)
downloadopenwrt-a1383655cfaa71609d6236ae0fcf3b6047462b98.tar.gz
openwrt-a1383655cfaa71609d6236ae0fcf3b6047462b98.tar.bz2
openwrt-a1383655cfaa71609d6236ae0fcf3b6047462b98.zip
bcm27xx: add linux 5.4 support
Tested on bcm2710 (Raspberry Pi 3B). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/Makefile')
-rw-r--r--target/linux/bcm27xx/Makefile3
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.