diff options
author | David Bauer <mail@david-bauer.net> | 2019-12-04 17:35:04 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 13b1db795f055dbfed5f8658bb7b6ab3a1b801bd (patch) | |
tree | 342c820e48449f5eaea463cbc6158a3e0e3e6994 /target/linux/mpc85xx/Makefile | |
parent | 1e95f9b3ea8375931bf82b8d102b9410d6eafcfa (diff) | |
download | upstream-13b1db795f055dbfed5f8658bb7b6ab3a1b801bd.tar.gz upstream-13b1db795f055dbfed5f8658bb7b6ab3a1b801bd.tar.bz2 upstream-13b1db795f055dbfed5f8658bb7b6ab3a1b801bd.zip |
mpc85xx: add support for kernel 5.4
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 8c407fd30c..b0f92ccf26 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs ramdisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> SUBTARGETS:=generic p1020 p2020 -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNELNAME:=zImage |