diff options
author | John Crispin <john@phrozen.org> | 2020-02-10 07:46:56 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 50c6938b95a0c915c5c8ffe1fe67a94b9402e98e (patch) | |
tree | 3e2ee026d1a8b32f9fa89e7b96aae9bf03a5bf20 /target/linux/bcm53xx/Makefile | |
parent | 6d5291ff7244a8d5c914542ff2b3809609fdb1c0 (diff) | |
download | upstream-50c6938b95a0c915c5c8ffe1fe67a94b9402e98e.tar.gz upstream-50c6938b95a0c915c5c8ffe1fe67a94b9402e98e.tar.bz2 upstream-50c6938b95a0c915c5c8ffe1fe67a94b9402e98e.zip |
bcm53xx: add v5.4 support
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 6c19263fdf..b63aeaa0f9 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -14,8 +14,8 @@ MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> CPU_TYPE:=cortex-a9 SUBTARGETS:=generic -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER := 4.19 +KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=5.4 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. |