diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-24 11:09:41 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-28 13:03:02 +0100 |
commit | bf15557f8a85e7ada25074122f4af5bd3a5df697 (patch) | |
tree | 23bcf3c4e71b911249ce2b2c75999527ed079ccc /target/linux | |
parent | d59137d1d93991d2ed261c066d4dad836e0dd2bb (diff) | |
download | upstream-bf15557f8a85e7ada25074122f4af5bd3a5df697.tar.gz upstream-bf15557f8a85e7ada25074122f4af5bd3a5df697.tar.bz2 upstream-bf15557f8a85e7ada25074122f4af5bd3a5df697.zip |
ipq40xx: switch to 5.4 kernel
5.4.24 seems to be working fine on my zyxel,nbg6617, so let's start
wider userbase testing.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index f397361340..94b47c4c96 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,7 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=zImage Image dtbs |