diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-11 12:21:49 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-16 22:21:45 +0100 |
commit | 2aea493d85e33d82742eeaf7b4bba18a00099ae6 (patch) | |
tree | d5e45efffc68a57c20ee62f9714f7a559c970eca /target/linux/x86 | |
parent | 6fa45bcc94296375aa606f982785182606162807 (diff) | |
download | upstream-2aea493d85e33d82742eeaf7b4bba18a00099ae6.tar.gz upstream-2aea493d85e33d82742eeaf7b4bba18a00099ae6.tar.bz2 upstream-2aea493d85e33d82742eeaf7b4bba18a00099ae6.zip |
x86: switch to 5.4 kernel
Seems to be working fine on apu2 and QEMU, it's 99.9% upstream stuff
anyway. Lets start wider userbase testing.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 20a415382d..2960fe8a15 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu SUBTARGETS:=generic legacy geode 64 MAINTAINER:=Felix Fietkau <nbd@nbd.name> -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=bzImage |