aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-09-09 12:42:26 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-09-11 09:57:28 +0200
commit2cd89cf0d7d00469aa79f626530869f6e3ee33d4 (patch)
treec52f4241bb56e6007bb6c0621ddd6a5eb41d8d15 /include
parente8c5e6177d39c7db7eb90534edc5b259628aca98 (diff)
downloadupstream-2cd89cf0d7d00469aa79f626530869f6e3ee33d4.tar.gz
upstream-2cd89cf0d7d00469aa79f626530869f6e3ee33d4.tar.bz2
upstream-2cd89cf0d7d00469aa79f626530869f6e3ee33d4.zip
kernel: bump 4.14 to 4.4.142
Refreshed all patches. Remove upstreamed: - 0032-usb-host-fotg2-restart-hcd-after-port-reset.patch Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 96ce88fbce..5a570955b4 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-4.14 = .141
+LINUX_VERSION-4.14 = .142
-LINUX_KERNEL_HASH-4.14.141 = 0bb9f0812326ec4554de1bea02628840e03b6664b5abfd9d8510049e43203a17
+LINUX_KERNEL_HASH-4.14.142 = e67ba535991170a8383be68203af7d9b4262474ceeff2f9afedeac6043b590f3
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))