diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-23 16:46:41 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 500a02bc29b93907921fee727400d5f208e1fb85 (patch) | |
tree | c1f2089d98070c00a6c2f40ca2bcff855b7b5407 /target/linux/x86/Makefile | |
parent | e155fc5cb59f2fc26d21c3b3b495d10dc0037ff3 (diff) | |
download | upstream-500a02bc29b93907921fee727400d5f208e1fb85.tar.gz upstream-500a02bc29b93907921fee727400d5f208e1fb85.tar.bz2 upstream-500a02bc29b93907921fee727400d5f208e1fb85.zip |
x86: Update configuration
The configuration was refreshed and KERNEL_TESTING_PATCHVER was set to
make it easy to compile for kernel 5.4.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index caa2e0b07a..20a415382d 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -14,6 +14,7 @@ SUBTARGETS:=generic legacy geode 64 MAINTAINER:=Felix Fietkau <nbd@nbd.name> KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=bzImage |