diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-24 10:48:59 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-24 10:48:59 +0100 |
commit | ea0e521d3706a56256bee89aad7d1b8b24441d39 (patch) | |
tree | 208d285c0037c529261474b9a76a2514255847b4 /include | |
parent | 0af411f49d43cb6e6cb00773abe63504392fb873 (diff) | |
download | upstream-ea0e521d3706a56256bee89aad7d1b8b24441d39.tar.gz upstream-ea0e521d3706a56256bee89aad7d1b8b24441d39.tar.bz2 upstream-ea0e521d3706a56256bee89aad7d1b8b24441d39.zip |
kernel: bump 4.14 to 4.14.273
All patches refreshed automagically without conflicts.
Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
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 931838a057..73bbcbb04e 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 = .272 +LINUX_VERSION-4.14 = .273 -LINUX_KERNEL_HASH-4.14.272 = 9b6178099cf33c534c971f3f065c0debe92788f0f504d54badb2f8c2ee089d69 +LINUX_KERNEL_HASH-4.14.273 = 1bfd1b320a7167cf6cf0a8a1e9f7f1e5932b997c9041507c5aaff80b8dacbc2d remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |