diff options
author | David Bauer <mail@david-bauer.net> | 2021-07-28 16:09:27 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-07-28 17:23:36 +0200 |
commit | e902d11de96889fc9cf09b5743ebb6dea8ad399c (patch) | |
tree | 665de288d25d6a21b091aea30685bf078fad2c86 /include | |
parent | ceb8821a3d3356733aafa9cc9430d1b1ab8ace07 (diff) | |
download | upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.tar.gz upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.tar.bz2 upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.zip |
kernel: bump 4.14 to 4.14.241
Refreshed all patches
Compile-tested: ath79-generic brcm2708-bcm2708
Run-tested: ath79-generic brcm2708-bcm2708
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 b56bdce480..8e40328746 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 = .236 +LINUX_VERSION-4.14 = .241 -LINUX_KERNEL_HASH-4.14.236 = e4eae297a6fefefd8ce4781d98178a7c1ee51ca0a4c8a7e46e61b121fbab8b2a +LINUX_KERNEL_HASH-4.14.241 = b5bb04bb70154ba27a08bc1c067eb7c08fc3d513da58e6a33d6645b3a1889f7d remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |