diff options
author | John Crispin <john@phrozen.org> | 2020-04-05 16:10:38 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-04-06 07:07:42 +0200 |
commit | 86db1f69c4fbaaa987a391351f17c852bcf39cfa (patch) | |
tree | b29e83edaa8f5561661b64724ff2e4012890be9d | |
parent | 8021652478db50f5739bc2d8d8425cabc6e5d957 (diff) | |
download | upstream-86db1f69c4fbaaa987a391351f17c852bcf39cfa.tar.gz upstream-86db1f69c4fbaaa987a391351f17c852bcf39cfa.tar.bz2 upstream-86db1f69c4fbaaa987a391351f17c852bcf39cfa.zip |
mediatek: set v5.4 as default
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r-- | target/linux/mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index b0e020bce0..c8ab5e01e6 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -8,7 +8,7 @@ BOARDNAME:=MediaTek Ralink ARM SUBTARGETS:=mt7622 mt7623 mt7629 FEATURES:=squashfs nand ramdisk fpu -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk |