diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-12 23:33:05 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-08-14 14:49:18 +0200 |
commit | 7378c949270067d0a633cfd892b9dd6416581afa (patch) | |
tree | 2bfbe3b1af9979ca52e69fe26563cf0d5f41c6f7 /include | |
parent | cfc1602a1e4e013959997d15bcfa89583e9ae53f (diff) | |
download | upstream-7378c949270067d0a633cfd892b9dd6416581afa.tar.gz upstream-7378c949270067d0a633cfd892b9dd6416581afa.tar.bz2 upstream-7378c949270067d0a633cfd892b9dd6416581afa.zip |
kernel: bump to 4.14.243
Compile-tested: x86-64
Run-tested: x86-64
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 8e40328746..f287885ba9 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 = .241 +LINUX_VERSION-4.14 = .243 -LINUX_KERNEL_HASH-4.14.241 = b5bb04bb70154ba27a08bc1c067eb7c08fc3d513da58e6a33d6645b3a1889f7d +LINUX_KERNEL_HASH-4.14.243 = 7f235d454d703112e86574150652807f42abead92f3837da32ea86b4f148b371 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |