diff options
author | Andre Heider <a.heider@gmail.com> | 2019-09-06 09:48:22 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-11-20 10:46:19 +0100 |
commit | 65cfe8164ae9e3965e45d68dd9649fc9784dc2a0 (patch) | |
tree | 8519af3cd60589aeed080f7f8e4e4860d5bb9365 /target/linux/omap | |
parent | e26b7e3c53c77ca3df6d7d27db7c807e86ddebe0 (diff) | |
download | upstream-65cfe8164ae9e3965e45d68dd9649fc9784dc2a0.tar.gz upstream-65cfe8164ae9e3965e45d68dd9649fc9784dc2a0.tar.bz2 upstream-65cfe8164ae9e3965e45d68dd9649fc9784dc2a0.zip |
omap: switch to kernel 4.19
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'target/linux/omap')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 3e5c921d61..f61696fe8b 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -14,7 +14,7 @@ FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 MAINTAINER:=Alexander Couzens <lynxis@fe80.eu> |