aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-08-19 21:30:01 +0200
committerDavid Bauer <mail@david-bauer.net>2021-08-20 01:01:13 +0200
commit9d082556fecfe2e971f964ebcd6b13fe30d208af (patch)
tree3d105faa315dd7715f1d0248c8af20e6181adacd /include
parent7378c949270067d0a633cfd892b9dd6416581afa (diff)
downloadupstream-9d082556fecfe2e971f964ebcd6b13fe30d208af.tar.gz
upstream-9d082556fecfe2e971f964ebcd6b13fe30d208af.tar.bz2
upstream-9d082556fecfe2e971f964ebcd6b13fe30d208af.zip
kernel: bump to 4.14.244
Compile-tested: ath79-generic ipq40xx-generic Run-tested: ipq40xx-generic Signed-off-by: David Bauer <mail@david-bauer.net>
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 f287885ba9..a3527c142d 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 = .243
+LINUX_VERSION-4.14 = .244
-LINUX_KERNEL_HASH-4.14.243 = 7f235d454d703112e86574150652807f42abead92f3837da32ea86b4f148b371
+LINUX_KERNEL_HASH-4.14.244 = b6e0bfa171959aef36817e28f9010f5a949488db122a6ea7a4e8b8325923a574
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))