diff options
author | John Crispin <john@phrozen.org> | 2020-02-04 07:46:52 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-02-04 07:48:09 +0100 |
commit | 01c8f2e97cc6dd8d98edd6961b744858a387b7d0 (patch) | |
tree | 67970bdb24a3517528740fc3bf235f6b36a1f6c4 /target/linux/mediatek/Makefile | |
parent | df773ead9a8e4ef492a35a0d936fefbe2066e729 (diff) | |
download | upstream-01c8f2e97cc6dd8d98edd6961b744858a387b7d0.tar.gz upstream-01c8f2e97cc6dd8d98edd6961b744858a387b7d0.tar.bz2 upstream-01c8f2e97cc6dd8d98edd6961b744858a387b7d0.zip |
mediatek: bump to v4.19
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/Makefile')
-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 28101a70d9..4d7df98520 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -9,7 +9,7 @@ SUBTARGETS:=mt7622 mt7623 mt7629 FEATURES:=squashfs nand ramdisk fpu MAINTAINER:=John Crispin <john@phrozen.org> -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |